Hacker News new | ask | show | jobs
by motyar 1985 days ago
I am only interested in how you generating the images on backend?
1 comments

There is no backend :-)

I use a JS library on the client to convert the SVGs to PNGs - https://www.npmjs.com/package/save-svg-as-png

The zipping is also done on the client

Wow cool! thanks