scribbled
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

Scribbled: A Modular and Customizable Sketchpad on the Web

Features

  • [x] Use pressure to control pen size
  • [x] Keyboard shortcuts for switching tools
  • [ ] Customizable toolbar and pen renderer

Install

Node.js:

npm install scribbled

or

yarn add scribbled

Directly in Frontend:

<script src="https://cdn.jsdelivr.net/gh/MarkintoshZ/Scribbled@latest/dist/scribbled.min.js">
new scribbled.Board({
  container: 'containerId',
  width: 1000,
  height: 800,
})

Package Sidebar

Install

npm i scribbled

Weekly Downloads

2

Version

0.1.2

License

MIT

Unpacked Size

61.4 kB

Total Files

27

Last publish

Collaborators

  • markintosh