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

x/fetchbase64/deps.ts>decode

A simple module to fetch Base64 data of any image/gif, remote or local.
Latest
function decode
import { decode } from "https://deno.land/x/fetchbase64@1.0.0/deps.ts";

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array