Skip to content

Releases: quickdrawjs/quickdraw

Quickdraw 0.1.1 — bendable lines

Choose a tag to compare

@nmndwivedi nmndwivedi released this 01 Aug 02:24

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 bend was 0, making it ungrabbable.

Install

npm install @quickdrawjs/react        # React
npm install @quickdrawjs/react-native # React Native / Expo
npm install @quickdrawjs/core         # plain JS, zero dependencies

Try 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

Choose a tag to compare

@nmndwivedi nmndwivedi released this 31 Jul 22:23

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