0.2.0 • Published 5 years ago

dsbn v0.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

DBN-TS

Build Status

Design SVG By Numbers ( DBN like language for building SVG ) implement by TypeScript

Supported Keywords

DBN

  • Paper
  • Pen
  • Line
  • // comment
  • 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
0.2.0

5 years ago

0.1.0

7 years ago