Draw with mouse or fingers vector SVG paths.
- Basic functionality, just colors and fixed brush width
- Minimal user interface with undo, clear and download buttons
- Works fine on mobile and desktop
- Canvas size defined with css
Made for VueJS ❤️
https://artrayd.com/freehand-svg/
https://gist.github.com/artrayd/989fdb9718aaffa16a4346aaa89c9bac
npm install
npm run serve
npm run build
npm run test
- When cursor comes out of canvas container, it throws error - but it doesn't affect functionality
- If not scrolled to the top, mouse cursor distance isn't calculated correctly and trace path appears in a wrong place