0.1.2 • Published 3 years ago

scribbled v0.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

Scribbled: A Modular and Customizable Sketchpad on the Web

Features

  • Use pressure to control pen size
  • 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,
})
0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.1

3 years ago