Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 .

```