Releases: quickdrawjs/quickdraw
Releases · quickdrawjs/quickdraw
Release list
Quickdraw 0.1.1 — bendable lines
Bendable lines, plus a fix for arrows that refused to bend.
Added
- Lines are now bendable. Drag the new midpoint anchor to curve a line, exactly like arrows. Lines and arrows both show three anchors (start, midpoint, end).
Fixed
- Straight arrows could not be bent — the midpoint anchor collapsed onto the end anchor when
bendwas0, making it ungrabbable.
Install
npm install @quickdrawjs/react # React
npm install @quickdrawjs/react-native # React Native / Expo
npm install @quickdrawjs/core # plain JS, zero dependenciesTry it with no signup: https://app.tryquickdraw.com · Docs: https://tryquickdraw.com
Quickdraw is MIT-licensed — no license keys, no fees, commercial use included. The "Made with Quickdraw" badge is on by default and watermark: false turns it off, free.
Quickdraw 0.1.0
First public release of Quickdraw — the MIT-licensed infinite-canvas whiteboard SDK.
Three packages, versioned in lockstep:
@tryquickdraw/core— framework-free engine: pressure ink, highlighter, shapes with hand-drawn wobble, arrows, text, sticky notes, images, laser pointer, selection, infinite canvas, palm rejection, per-gesture undo/redo, light & dark themes, grid backdrops, PNG export, responsive toolbar, and a diff-emitting store built for persistence and real-time sync. Zero runtime dependencies.@tryquickdraw/react—<Quickdraw />component + imperative ref@tryquickdraw/react-native— WebView component + typed bridge, Apple Pencil pressure, offline-capable
See the README for quick starts and the full feature list, and CHANGELOG.md for details.
Website: https://tryquickdraw.com