import * as discordeno from "https://deno.land/x/discordeno@17.0.0/util/urlToBase64.ts";
Functions
CREDIT: https://gist.github.com/enepomnyaschih/72c423f727d395eeaa09697058238727 Encodes a given Uint8Array, ArrayBuffer or string into RFC4648 base64 representation | |
Converts a url to base 64. Useful for example, uploading/creating server emojis. |