resvg-js
A high-performance SVG renderer and toolkit, powered by Rust
...It is built on top of the resvg rendering library, which is designed to produce highly accurate and standards-compliant SVG outputs while maintaining excellent performance and minimal dependencies. The library allows developers to convert SVG files into raster formats such as PNG, as well as manipulate and analyze SVG content programmatically. It supports both Node.js environments through native bindings and browser environments through a pure WebAssembly implementation, making it highly portable across platforms. resvg-js also includes advanced capabilities such as font handling, bounding box calculations, cropping, and scaling, enabling precise control over rendering output.