UNPKG

webp-hero

Version:

webp image format polyfill for browsers

5 lines (4 loc) 100 B
export declare function parseDataUrl(dataUrl: string): { format: string; base64: string; };