Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/freeshineit/canvas-panel
canvas panel support mouse drag and zoom
https://github.com/freeshineit/canvas-panel
canvas draggable zoomable
Last synced: 2 days 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 (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-05T14:37:19.000Z (7 months ago)
- Last Synced: 2024-11-14T04:47:47.882Z (2 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
![build](https://github.com/freeshineit/canvas-panel/workflows/build/badge.svg)
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 .```