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

8 lines 229 B
/** * Simple API browser entry point. * The esbuild redirect plugin ensures the browser module loader is used. * * @module simple/browser */ export * from "./src/simple/index.js"; //# sourceMappingURL=simple.browser.d.ts.map