.gitignore
.pre-commit-config.yaml
CHANGELOG.md
CLAUDE.md
CONTRIBUTING.md
LICENSE
README.md
mkdocs.yml
pyproject.toml
uv.lock
.github/dependabot.yml
.github/ISSUE_TEMPLATE/bug_report.md
.github/ISSUE_TEMPLATE/config.yml
.github/ISSUE_TEMPLATE/documentation.md
.github/ISSUE_TEMPLATE/feature_request.md
.github/workflows/docs.yml
.github/workflows/lint.yml
.github/workflows/publish.yml
.github/workflows/test.yml
docs/index.md
examples/capture_demo.py
examples/corpframe_demo.py
examples/modebar_demo.py
examples/mpl_renderer.py
examples/plotly_size_demo.py
examples/table_capture_demo.py
examples/target_size_demo.py
src/dash_capture/__init__.py
src/dash_capture/_html2canvas.py
src/dash_capture/_ids.py
src/dash_capture/_modebar.py
src/dash_capture/_version.py
src/dash_capture/_wizard.py
src/dash_capture/capture.py
src/dash_capture/pil.py
src/dash_capture/py.typed
src/dash_capture/strategies.py
src/dash_capture.egg-info/PKG-INFO
src/dash_capture.egg-info/SOURCES.txt
src/dash_capture.egg-info/dependency_links.txt
src/dash_capture.egg-info/requires.txt
src/dash_capture.egg-info/top_level.txt
src/dash_capture/assets/html2canvas.min.js
tests/test_smoke.py
tests/dash_capture/test_capture.py
tests/dash_capture/test_dropdown.py
tests/dash_capture/test_html2canvas.py
tests/dash_capture/test_ids.py
tests/dash_capture/test_pil.py
tests/dash_capture/test_strategies.py
tests/dash_capture/test_wizard.py