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

x/fetchbase64/mod.ts>fetchLocal

A simple module to fetch Base64 data of any image/gif, remote or local.
Latest
variable fetchLocal
Re-export
import { fetchLocal } from "https://deno.land/x/fetchbase64@1.0.0/mod.ts";

type

(url: string, onlyData?: boolean) => unknown