Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/harmony/src/structures/cdn.ts>ImageURL

An easy to use Discord API Library for Deno.
Go to Latest
variable ImageURL
import { ImageURL } from "https://deno.land/x/harmony@v2.6.0/src/structures/cdn.ts";

Function to get Image URL from a resource on Discord CDN

type

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