Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 436 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 436 Bytes

pressure-stylus

Experimenting with a drawing canvas that supports pressure sensitivity. Uses the pressure field on PointerScript events to draw lines with a given thickness.

Project setup

npm install

Compiles and hot-reloads for development

npm run serve

Compiles and minifies for production

npm run build

Run your tests

npm run test

Lints and fixes files

npm run lint