UNPKG

read-wasm-sf2

Version:

ports some parts of https://github.com/schellingb/TinySoundFont to wasm.

28 lines (27 loc) 692 B
{ "name": "read-wasm-sf2", "version": "1.0.0", "main": "index.js", "scripts": { "build": "node make; gcc iter.c -o iter; php iter.php >> sf.html", "test": "node test.js" }, "keywords": [ "webassembly", "soundfont2", "rap music" ], "author": "Yisheng Jiang", "license": "ISC", "directories": { "test": "tests" }, "repository": { "type": "git", "url": "git+https://github.com/yishengjiang99/read-wasm-sf.git" }, "bugs": { "url": "https://github.com/yishengjiang99/read-wasm-sf/issues" }, "homepage": "https://github.com/yishengjiang99/read-wasm-sf#readme" }