edemaine / svgtiler

Tool for drawing diagrams on a grid, combining grids of SVGs into a big SVG figure
MIT License
61 stars 6 forks source link

JSX/CoffeeX support #32

Closed edemaine closed 5 years ago

edemaine commented 5 years ago

JSX and CoffeeScript's version seems ideal for jumping back and forth between SVG and code. We should add support for this.

We could add pugx support too!

edemaine commented 5 years ago

This is mostly done; I just haven't done pugx.

edemaine commented 5 years ago

I did some experimentation with pug, but it's really a limited format in terms of embedded ifs, and seems to lack an escape to actual CoffeeScript code. So I'm going to declare this done.