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)
{ "name": "@midi-json-tools/json-to-midi", "version": "1.1.1", "author": "Andrew Angelle <andrewangelle@gmail.com>", "homepage": "https://github.com/andrewangelle/midi-json-tools#readme", "readme": "https://github.com/andrewangelle/midi-json-tools/blob/main/packages/json-to-midi/README.md", "repository": { "type": "git", "url": "git+https://github.com/andrewangelle/midi-json-tools.git" }, "bugs": { "url": "https://github.com/andrewangelle/midi-json-tools/issues" }, "license": "MIT", "main": "./dist/index.js", "module": "./dist/index.mjs", "typings": "./dist/index.d.ts", "files": ["dist"], "scripts": { "build": "npx vite build", "format": "npx biome format . --write", "lint": "npx biome check . --write", "test": "npx vitest" }, "dependencies": { "@midi-json-tools/json-midi-message-encoder": "^1.1.1" }, "devDependencies": { "@midi-json-tools/midi-to-json": "^1.1.1" } }