Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/discordeno/util/urlToBase64.ts>urlToBase64

Discord API library for Deno
Go to Latest
function urlToBase64
import { urlToBase64 } from "https://deno.land/x/discordeno@17.0.1/util/urlToBase64.ts";

Converts a url to base 64. Useful for example, uploading/creating server emojis.

Parameters

url: string