Anup Aglawe
Anup Aglawe
Hi, @pedriin1 Currently no, but it is easy to integrate. Feel free to create PR. Snippet from my other project - https://github.com/anup-a/meshy/blob/main/src/lib/utils/downloadImage.js ```js import { saveAs } from "file-saver"; const...
If I understand correctly you want to create a hosted API which generates a png image. Should be very straightforward with this library. Let me know if you face any...
Currently, it doesn't support server-side rendering. I can definitely give it a shot with `node-canvas` but I'm not too sure about how well it works.