kanvaz
Free, open-source infinite-canvas reference board for VFX/3D artists — images, GIFs, video, audio, and annotations, fully offline.
File Explorer
- bug_report.md
- feature_request.md
- build.yml
- pull_request_template.md
- icon-1024.png
- icon-128.png
- icon-16.png
- icon-256.png
- icon-32.png
- icon-48.png
- icon-512.png
- icon-64.png
- icon.icns
- icon.ico
- icon.png
- filmmaking.json
- game-art.json
- manifest.json
- mood-board.json
- banner.png
- installer-sidebar.bmp
- catalog.json
- README.md
- Kanvaz-Portfolio-Demo.kanvaz
- main.js
- plugin.json
- README.md
- AUDIT_METHODOLOGY.md
- AUDIT_REPORT_4.2.1.md
- generate_overview_pdf.py
- HANDOFF.md
- index.html
- Kanvaz_Overview.pdf
- PLUGIN_AUTHORING.md
- PLUGIN_SYSTEM_DRAFT.md
- ROADMAP.md
- TECHNICAL_OVERVIEW.md
- main.js
- package-lock.json
- package.json
- plugin.json
- README.md
- server.js
- main.js
- plugin.json
- main.js
- plugin.json
- catalog.json
- annotate.js
- app.js
- board-container.js
- boards.js
- canvas.js
- cards.js
- commands.js
- connections.js
- errors.js
- history.js
- index.html
- inspector.js
- main.css
- main.js
- map-view.js
- media.js
- plugin-api.js
- plugin-loader.js
- preload.js
- properties.js
- pur-import-worker.js
- pur-import.js
- reference-types.js
- shortcuts.js
- smart-search-worker.js
- ui.js
- plugin-a.js
- plugin-b.js
- plugin-c.js
- plugin-scope-harness.html
- command-registry-test.js
- format-roundtrip-test.js
- history-alias-test.js
- lint.js
- mcp-bridge-e2e-test.mjs
- plugin-loader-test.js
- plugin-scope-test.js
- port-alignment.html
- pur-import-test.js
- README.md
- run-port-test.js
- shared-cards-test.js
- smart-search-test.js
- syntax-check.js
- validate.js
- version-check.js
- .gitattributes
- .gitignore
- BUG_HUNT_v4.md
- CHANGELOG.md
- CODE_OF_CONDUCT.md
- CONTINUE_CHAT.md
- CONTRIBUTING.md
- LICENSE
- package-lock.json
- package.json
- PRIVACY.md
- README.md
- release-notes-3.7.2.md
- RELEASE_NOTES_v4.0.1.md
- SECURITY.md
- ship.bat
- THIRD_PARTY_NOTICES.md
- V4_PLAN.md
# Use via CDN
jsDelivrjsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.
Command Glossary
Commands referenced in this DOCs, explained below.
npm install
View Details ▼
npm install
Install Node packages.
npm {{[i|install]}}
Install dependencies listed in `package.json`:
npm {{[i|install]}} {{package_name}}@{{version}}
Download a specific version of a package and add it to the list of dependencies in `package.json`:
npm {{[i|install]}} {{package_name}} {{[-D|--save-dev]}}
Download the latest version of a package and add it to the list of dev dependencies in `package.json`:
npm run
View Details ▼
npm run
Run a script.
npm run
List available scripts:
npm run {{script_name}}
Run a script:
npm run {{script_name}} -- {{argument}} {{--option}}
Pass arguments to a script:
npm start
View Details ▼
npm start
This command is an alias of `npm run start`.
tldr npm run
View documentation for the original command:
