Skip to main content
Module

x/resvg_wasm/mod.ts

Minimal resvg WASM bindings for Deno
Very Popular
Latest
import * as resvgWasm from "https://deno.land/x/resvg_wasm@0.2.0/mod.ts";

Basic Wasm bindings for resvg for Deno.

Currently there are three fonts built into the Wasm library, used for rendering text.

  • Bitter is the default and the serif font.
  • Inter is the sans-serif font.
  • JetBrains Mono is the monospace font.

Functions

Render an SVG string to a typed array encoded as a PNG.