Skip to main content
Module

x/fetchbase64/mod.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/mod.ts";

type

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