pict-section-whiteboard
v0.1.0
Published
Free-form whiteboard canvas (resizable cards plus shape, sticky-note, and free-text renderables, multi-select, alignment guides, and saved arrangements) built on pict-section-flow
Maintainers
Readme
pict-section-whiteboard
A free-form whiteboard canvas for Pict, built on pict-section-flow.
Resizable cards plus shape, sticky-note, and free-text renderables, with multi-select, alignment guides, and saved arrangements. It is a Pict section: register its provider and view with a host Pict application and drop the canvas into a renderable destination.
Status
Early (0.1.0). The canvas, its renderables, multi-select, and saved arrangements are in place; the API may still shift.
Install
npm install pict-section-whiteboardUsage
It follows the standard Pict section pattern -- register the provider and view with your Pict
application, then render the view into a destination element. See
source/Pict-Section-Whiteboard.js for the exact export and configuration names.
Dependencies
- pict-section-flow (the renderable-engine foundation this builds on)
- pict-view
License
MIT. Part of the Retold ecosystem.
