Library to convert a JSON representation of a MIDI file to an encoded binary MIDI file.
This package works with Node.js, Deno, BrowsersIt is unknown whether this package works with Cloudflare Workers, Bun
JSR Score
100%
Published
3 months ago (1.1.1)
{ "extends": "./tsconfig.json", "compilerOptions": { "types": [ "vitest/globals", "vitest/importMeta", "vite/client", "node", "vitest" ] }, "include": [ "vite.config.ts", "vitest.config.ts", "test/**/*.test.ts", "test/**/*.spec.ts", "test/**/*.test.tsx", "test/**/*.spec.tsx", "test/**/*.test.js", "test/**/*.spec.js", "test/**/*.test.jsx", "test/**/*.spec.jsx", "test/**/*.d.ts" ] }