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

0.1.22 • Public • Published

@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.

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.1.22
160latest

Version History

VersionDownloads (Last 7 Days)Published
0.1.22
160
0.1.21
45
0.1.20
15
0.1.19
10
0.1.18
10
0.1.17
10
0.1.16
10
0.1.15
10
0.1.14
10
0.1.13
0
0.1.12
0
0.1.11
0

Package Sidebar

Install

npm i @cf-wasm/satori

Weekly Downloads

258

Version

0.1.22

License

MPL-2.0

Unpacked Size

208 kB

Total Files

21

Last publish

Collaborators

  • kumardeo