@n-uf/pdf-doodl
v26.7.0
Published
Vanilla-first canvas drawing and annotation library with shape modules, hit-testing, and JSON serialization.
Maintainers
Readme
@n-uf/pdf-doodl
Vanilla-first canvas drawing and annotation library.
Install
pnpm add @n-uf/pdf-doodlQuick start
import { createDoodl } from "@n-uf/pdf-doodl";
const doodl = createDoodl({ canvas: canvasElement });See the repository README for package graph and docs links.
