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

x/silicon/deps.ts>base64.decode

Deno module to generate images from source code using Aloxaf/silicon.
Go to Latest
function base64.decode
import { base64 } from "https://deno.land/x/silicon@v0.0.2/deps.ts";
const { decode } = base64;

Decodes a given RFC4648 base64 encoded string

Parameters

b64: string

Returns

Uint8Array