https://github.com/dotnetcarpenter/mua
logo for mua
https://github.com/dotnetcarpenter/mua
Last synced: about 1 year ago
JSON representation
logo for mua
- Host: GitHub
- URL: https://github.com/dotnetcarpenter/mua
- Owner: dotnetCarpenter
- Created: 2017-03-18T00:18:11.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T13:04:18.000Z (about 9 years ago)
- Last Synced: 2024-10-19T19:39:00.904Z (over 1 year ago)
- Language: JavaScript
- Size: 105 KB
- Stars: 3
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Drawing with [SVG.js](https://github.com/svgdotjs/svg.js)
## Usage
+ Double click to start drawing.
+ Press `enter` stop drawing.
+ Press `z` to close the line with the first point.
+ Press `ctrl + c` cancel last point or drawing.
+ Press `i` to print the _i_ keyboard event and current polylines to console.log.
## Demo
+ [with existing svg](https://dotnetcarpenter.github.io/mua/)
+ [bare](https://dotnetcarpenter.github.io/mua/simpel.html)