UNPKG

@google/model-viewer

Version:

Easily display interactive 3D models on the web and in AR!

6 lines (5 loc) 179 B
/** * Converts a base64 string which represents a data url * into a Blob of the same contents. */ export declare const dataUrlToBlob: (base64DataUrl: string) => Promise<Blob>;