UNPKG

@cf-wasm/photon

Version:

Photon library for Cloudflare workers, Next.js and Node.js.

6 lines (5 loc) 223 B
import '@cf-wasm/internals/polyfills/image-data'; import initAsync from '../lib/photon_rs'; import photonWasmModule from '../lib/photon_rs_bg.wasm'; export { initAsync, photonWasmModule }; export * from '../lib/photon_rs';