@ohrstrom/faad2-wasm
Version:
FAAD2 WASM decoder
31 lines (30 loc) • 597 B
JSON
{
"name": "@ohrstrom/faad2-wasm",
"version": "2.11.2-rc.4",
"description": "FAAD2 WASM decoder",
"main": "faad2_wasm.mjs",
"type": "module",
"files": [
"faad2_wasm.mjs",
"faad2_wasm.wasm",
"faad2_decoder.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/ohrstrom/faad2-wasm.git"
},
"author": "Jonas Ohrstrom <ohrstrom@gmail.com>",
"license": "LGPL-3.0-or-later",
"keywords": [
"aac",
"audio",
"decoder",
"faad2",
"wasm",
"audio-decoding",
"web-audio"
],
"publishConfig": {
"access": "public"
}
}