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

Code splitting and building #101

Open edemaine opened 2 years ago

edemaine commented 2 years ago

Currently, the compiled svgtiler.js file (158kB, 42kB gzipped) has a lot of code that is command-line-specific, and doesn't make sense for a web-only build. Also, we don't include any dependencies in a web build.