downloadImage(filename: string): Promise<Uint8Array | null>
Download and decrypt a file. Returns the decrypted bytes, or null if the file does not exist.
Promise<Uint8Array | null>
downloadImage(filename: string): Promise<Uint8Array | null>
Download and decrypt a file. Returns the decrypted bytes, or null if the file does not exist.
Promise<Uint8Array | null>
import { downloadImage } from "docs/embed.ts";