0.1.22 • Published 10 months ago

@cf-wasm/resvg v0.1.22

Weekly downloads
-
License
MPL-2.0
Repository
github
Last release
10 months ago

@cf-wasm/resvg

A high-performance SVG renderer and toolkit, powered by Rust based resvg.

Powered by @resvg/resvg-wasm.

Installation

npm install @cf-wasm/resvg       # npm
yarn add @cf-wasm/resvg          # yarn
pnpm add @cf-wasm/resvg          # pnpm

Usage

  • Cloudflare Workers / Pages (Esbuild):

    import { Resvg } from "@cf-wasm/resvg";
  • Next.js Edge Runtime (Webpack):

    import { Resvg } from "@cf-wasm/resvg/next";
  • Node.js (file base):

    import { Resvg } from "@cf-wasm/resvg/node";

Documentation

Read official documentation at @resvg/resvg-wasm.

0.1.22

10 months ago

0.1.20

1 year ago

0.1.21

12 months ago

0.1.18

1 year ago

0.1.19

1 year ago

0.1.17

1 year ago

0.1.15

1 year ago

0.1.16

1 year ago

0.1.14

1 year ago

0.1.13

1 year ago

0.1.12

1 year ago

0.1.11

1 year ago