scribbled
v0.1.2
Published
A Modular and Customizable Sketchpad on the Web
Downloads
21
Maintainers
Readme
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,
})