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

x/fetchbase64/src/auto.ts>fetchAuto

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

type

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