Skip to main content
Module

x/harmony/mod.ts>ImageURL

An easy to use Discord API Library for Deno.
Latest
variable ImageURL
Re-export
import { ImageURL } from "https://deno.land/x/harmony@v2.9.0/mod.ts";

Function to get Image URL from a resource on Discord CDN

type

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