Is there a performant #Linux way to rasterize an #SVG that doesn't involve just using a whole web browser? Even a #python lib would do, but I'd rather keep it #nodeJS

Asking for my #Eink #Epaper #raspberrypi #raspi project

@bug138 inkscape command line interface, or librsvg
@bug138 I’ve used batik in the past https://xmlgraphics.apache.org/batik/
Apache(tm) Batik SVG Toolkit - a Java-based toolkit for applications or applets that want to use images in the Scalable Vector Graphics (SVG)

@bug138 i've had bad luck with imagemagick, though it can do this. `inkscape -w 1024 -h 1024 input.svg -o output.png` is what i use for previewing my svg code.
@bug138 If it’s just a simple svg, the RSVG library comes with a command line tool.