dsbn
v0.2.0
Published
Design SVG By Numbers ( Use DBN language for SVG implement by TypeScript )
Downloads
3
Readme
DBN-TS
Design SVG By Numbers ( DBN like language for building SVG ) implement by TypeScript
Supported Keywords
DBN
- [x]
Paper
- [x]
Pen
- [x]
Line
- [x]
// comment
- [x]
Set
(variable) - [ ]
{ }
(block) - [ ] Nested block
- [ ]
Repeat
- [ ]
(+ - / *)
(calculations) - [ ]
[x, y]
(dot) - [ ]
Same ? / NotSame?
(question) - [ ]
Smaller ? / NotSmaller?
(question)
SVG Extent
- [ ]
Rect
- [ ]
Circle
- [ ]
Ellipse
- [ ]
Polyline
- [ ]
Polygon
- [ ]
Path
TODO
- [ ] More
Pen
color support - [ ] Export SVG