mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-25 04:17:18 +00:00
3 lines
139 B
TypeScript
3 lines
139 B
TypeScript
import imageToBase64 from "image-to-base64";
|
|
|
|
export const encodeBase64 = async (url: string): Promise<string> => await imageToBase64(url); |