UNPKG

taglib-wasm

Version:

TagLib-Wasm is the universal tagging library for TypeScript/JavaScript platforms: Browsers, Node.js, Deno, Bun, Cloudflare Workers, and Electron apps

5 lines 403 B
export { detectMimeType, generatePictureFilename } from "./mime-detection.js"; export { exportAllPictures, exportCoverArt, exportPictureByType, } from "./export-operations.js"; export { importCoverArt, importPictureWithType, loadPictureFromFile, savePictureToFile, } from "./import-operations.js"; export { copyCoverArt, findCoverArtFiles } from "./copy-and-find.js"; //# sourceMappingURL=index.d.ts.map