UNPKG

taglib-wasm

Version:

TagLib for TypeScript platforms: Deno, Node.js, Bun, Electron, browsers, and Cloudflare Workers

15 lines (14 loc) 300 B
import { AudioFileImpl, createTagLib, TagLib } from "./taglib.js"; import { getGlobalWorkerPool, TagLibWorkerPool, terminateGlobalWorkerPool } from "./worker-pool.js"; export { AudioFileImpl, TagLib, TagLibWorkerPool, createTagLib, getGlobalWorkerPool, terminateGlobalWorkerPool };