uploadImage(data: Uint8Array,detectedType: string,): Promise<string>
Upload an image to Bunny storage. Encrypts the image bytes before uploading. Returns the filename (without path) on success.
data: Uint8Array
uploadImage(data: Uint8Array,detectedType: string,): Promise<string>
Upload an image to Bunny storage. Encrypts the image bytes before uploading. Returns the filename (without path) on success.
data: Uint8Array
import { uploadImage } from "docs/embed.ts";