dsbn
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i dsbn

Weekly Downloads

2

Version

0.2.0

License

MIT

Unpacked Size

18.3 kB

Total Files

15

Last publish

Collaborators

  • yourtion