Type Alias: ResvgWasmInput
type ResvgWasmInput = ArrayBuffer | Uint8Array | Response;Accepted WebAssembly inputs for PNG rasterization.
Node.js can normally initialize the bundled resvg module lazily. Pass bytes or a response when the host runtime requires explicit initialization.