function getImageProxyUrl
getImageProxyUrl(filename: string): string

Get the proxy URL path for serving a decrypted image. Images are encrypted on CDN, so they must be served through the proxy.

Parameters

filename: string

Return Type

string

Usage

import { getImageProxyUrl } from "docs/embed.ts";