tiny-canvas

Tiny Canvas

A lightweight React canvas with draggable elements and persistent positions.

Repository structure

packages/tiny-canvas/   # The npm package
demo/                   # Demo app (uses the package)

Development

npm install          # Install all workspaces
npm run dev          # Start the demo app
npm run build        # Build the library
npm run build:demo   # Build the demo app

See packages/tiny-canvas/README.md for package documentation.


MIT License