@cf-wasm/resvg
TypeScript icon, indicating that this package has built-in type declarations

0.1.17 • Public • Published

@cf-wasm/resvg

A high-performance SVG renderer and toolkit, powered by Rust based resvg.
Powered by @resvg/resvg-wasm.

Installation

Install the package by running the following command in terminal:

npm install @cf-wasm/resvg

Usage

  • Cloudflare workers:
    import * as resvg from "@cf-wasm/resvg";
  • Next.js (Webpack):
    import * as resvg from "@cf-wasm/resvg/next";
  • CJS (file base):
    import * as resvg from "@cf-wasm/resvg/node";

/@cf-wasm/resvg/

    Package Sidebar

    Install

    npm i @cf-wasm/resvg

    Weekly Downloads

    29

    Version

    0.1.17

    License

    MPL-2.0

    Unpacked Size

    4.99 MB

    Total Files

    20

    Last publish

    Collaborators

    • kumardeo