//! wasm binding (wasm-bindgen). Built by wasm-pack under the `wasm` feature.
//! Runs in the browser (website/playground) and in Node.
//!
//! JS surface:
//! svgToPng(svg: Uint8Array, scale?: number): Uint8Array
use *;
/// Rasterize `svg` bytes to PNG bytes at `scale` (1.0 = intrinsic size).
/// The crate version, exposed to JS as `version()`.