function getImageProxyUrl
getImageProxyUrl(filename: string): string

Images are encrypted at rest, so browsers load them through this route.

Parameters

filename: string

Return Type

string

Usage

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