UNPKG

@googleforcreators/media

Version:

Functionality for creating and working with media resources in the Web Stories editor.

9 lines 259 B
/** * Helper to get remote file using fetch and return blob. * * @param url URL of file. * @return Blob object. */ declare function fetchRemoteBlob(url: string): Promise<Blob>; export default fetchRemoteBlob; //# sourceMappingURL=fetchRemoteBlob.d.ts.map