27 lines
314 B
Markdown
27 lines
314 B
Markdown
# Dotgrid
|
|
|
|
Minimalist vector drawing tool to create grid based SVGs. There isn't much to it at the moment. Enjoy!
|
|
|
|
## Functions
|
|
|
|
```
|
|
q CLEAR
|
|
w DELETE LAST
|
|
e EXPORT(Not working atm, just copy the DOM element)
|
|
```
|
|
|
|
## Tools
|
|
|
|
```
|
|
aA CLOCKWISE
|
|
sS COUNTERWISE
|
|
d LINE
|
|
```
|
|
|
|
## Shapes
|
|
|
|
```
|
|
z DOT
|
|
x CIRCLE
|
|
c RECT
|
|
``` |