You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd really like to get SVG support into this generator. With that in place we could properly scale parts of the source images to the according screensizes.
SVG supports stylesheets so we could arrange elements aligned to left or top border and scale them with the target resolutions. But I don't see how this can work in a node app without a canvas. I thought of an offscreen surface to render the SVG in but no idea if that is even supported.
There is https://www.npmjs.com/package/svg2png
The text was updated successfully, but these errors were encountered:
I'd really like to get SVG support into this generator. With that in place we could properly scale parts of the source images to the according screensizes.
SVG supports stylesheets so we could arrange elements aligned to left or top border and scale them with the target resolutions.
But I don't see how this can work in a node app without a canvas. I thought of an offscreen surface to render the SVG in but no idea if that is even supported.There is https://www.npmjs.com/package/svg2png
The text was updated successfully, but these errors were encountered: