UNPKG

@plaiceholder/base64

Version:
7 lines (6 loc) 228 B
import { PlaiceholderImage } from "@plaiceholder/core"; export declare type Base64 = string; export interface GetBase64 { (imageBuffer: PlaiceholderImage): Promise<Base64>; } export declare const getBase64: GetBase64;