taglib-wasm
Version:
TagLib for TypeScript platforms: Deno, Node.js, Bun, Electron, browsers, and Cloudflare Workers
17 lines (16 loc) • 340 B
JavaScript
import { AudioFileImpl, createTagLib, TagLib } from "./taglib.js";
import {
createWorkerPool,
getGlobalWorkerPool,
TagLibWorkerPool,
terminateGlobalWorkerPool
} from "./worker-pool.js";
export {
AudioFileImpl,
TagLib,
TagLibWorkerPool,
createTagLib,
createWorkerPool,
getGlobalWorkerPool,
terminateGlobalWorkerPool
};