Skip to main content
Latest
variable ImageURL
Re-export
import { ImageURL } from "https://deno.land/x/drex@v1.1.1/mod.ts";

Function to get Image URL from a resource on Discord CDN

type

(
url: string,
format?: ImageFormats,
size?: ImageSize,
) => string