UNPKG

@catamphetamine/id3js

Version:

A modern ID3 parser written completely in JavaScript, making use of typed arrays and the HTML5 File API

9 lines 303 B
/** * @param {Blob} blob Blob to read * @param {string} [options.contentType] Content Type * @return {Promise<string>} */ export default function getBlobDataUrl(blob: Blob, { contentType }?: { contentType?: string | null; }): Promise<string>; //# sourceMappingURL=getBlobDataUrl.d.ts.map