Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dotnetcarpenter/mua
logo for mua
https://github.com/dotnetcarpenter/mua
Last synced: 4 days ago
JSON representation
logo for mua
- Host: GitHub
- URL: https://github.com/dotnetcarpenter/mua
- Owner: dotnetCarpenter
- Created: 2017-03-18T00:18:11.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-12T13:04:18.000Z (over 7 years ago)
- Last Synced: 2024-10-19T19:39:00.904Z (2 months 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)