Replies: 1 comment 2 replies
-
@jenkin thank you for the feedback and idea, interesting.
Although it looses most of its real time editing advantage, it still make sense in your case. It would then look like a js function call where you pass the config params and list of seeds and get as result the SVG string. As fallback and workaround, you can also consider if passing seeds to the clients instead of SVGs is manageable, unless you need some post processing on the the SVGs, you could just render them on the client. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
This project offers some unique nice features in voronoi generation, but if I'm not wrong it's only for browser environment.
@wassfila Have you any hints to generate server side SVGs in a NodeJS environment? Maybe using jsdom?
My use case requires the generation of hundreds of SVG in bulk starting from computed seeds using a static site generator.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions