2016-12-31 16:16:25 -05:00
|
|
|
# Dotgrid
|
|
|
|
|
2016-12-31 16:18:41 -05:00
|
|
|
Minimalist vector drawing tool to create grid based SVGs. There isn't much to it at the moment. Enjoy!
|
2016-12-31 16:16:25 -05:00
|
|
|
|
2016-12-31 16:18:41 -05:00
|
|
|
## Functions
|
|
|
|
|
|
|
|
```
|
|
|
|
q CLEAR
|
|
|
|
w DELETE LAST
|
|
|
|
e EXPORT(Not working atm, just copy the DOM element)
|
|
|
|
```
|
|
|
|
|
|
|
|
## Tools
|
|
|
|
|
|
|
|
```
|
|
|
|
aA CLOCKWISE
|
|
|
|
sS COUNTERWISE
|
|
|
|
d LINE
|
|
|
|
```
|