UNPKG

@keyzog/webaudiofont

Version:

Soundfonts for web. About of 2000 musical instruments. GM MIDI compatible.

41 lines (40 loc) 810 B
{ "name": "@keyzog/webaudiofont", "version": "4.0.2", "description": "Soundfonts for web. About of 2000 musical instruments. GM MIDI compatible.", "keywords": [ "audio", "guitar", "piano", "music", "drums", "beat", "sound", "synthesizer", "wavetable", "midi", "soundfont", "synth", "mixer", "distortion", "microtonal", "kontakt" ], "repository": "https://github.com/keyzog/webaudiofont", "license": "GPL-3.0-or-later", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "devDependencies": { "tsc-alias": "^1.8.10", "typescript": "^4.6.4" }, "scripts": { "test": "echo test", "ts": "tsc --build npm/src/tsconfig.json && tsc-alias -p npm/src/tsconfig.json", "prepublish": "npm run ts" }, "dependencies": { "typedoc": "^0.22.14" } }