UNPKG

@cf-wasm/photon

Version:

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

6 lines (5 loc) 218 B
import '@cf-wasm/internals/polyfills/image-data'; import initAsync from '../lib/photon_rs'; declare const photonWasmModule: WebAssembly.Module; export { initAsync, photonWasmModule }; export * from '../lib/photon_rs';