https://github.com/freeshineit/canvas-panel
canvas panel support mouse drag and zoom
https://github.com/freeshineit/canvas-panel
canvas draggable zoomable
Last synced: 11 months ago
JSON representation
canvas panel support mouse drag and zoom
- Host: GitHub
- URL: https://github.com/freeshineit/canvas-panel
- Owner: freeshineit
- License: mit
- Created: 2022-12-10T07:23:24.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T14:37:19.000Z (almost 2 years ago)
- Last Synced: 2025-06-22T18:06:08.519Z (11 months ago)
- Topics: canvas, draggable, zoomable
- Language: TypeScript
- Homepage: https://freeshineit.github.io/canvas-panel/
- Size: 412 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Canvas Panel

Canvas 画板Demo, 支持拖拽和滚轮缩放
## Use
```bash
#
yarn install
# development
yarn run dev
# production
yarn run build
# https://github.com/http-party/http-server
# http-server >= 14
cd docs && http-server -p 8080 .
```