0.1.22 • Published 9 months ago

@cf-wasm/satori v0.1.22

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

@cf-wasm/satori

Enlightened library to convert HTML and CSS to SVG.

Powered by satori.

Installation

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

Usage

  • Cloudflare Workers / Pages (Esbuild):

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

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

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

Documentation

Read official documentation at satori.

0.1.21

10 months ago

0.1.22

9 months ago

0.1.20

1 year ago

0.1.17

1 year ago

0.1.18

1 year ago

0.1.19

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