lingua-recorder
Version:
A JavaScript library for easy and efficient voice recording tasks.
27 lines (26 loc) • 568 B
JSON
{
"name": "lingua-recorder",
"version": "2.2.1",
"description": "A JavaScript library for easy and efficient voice recording tasks.",
"files": [
"src"
],
"repository": {
"type": "git",
"url": "https://github.com/lingua-libre/LinguaRecorder"
},
"keywords": [
"recorder",
"voice",
"audio"
],
"main": "./src/LinguaRecorder.js",
"module": "./src/LinguaRecorder.js",
"exports": {
".": "./src/LinguaRecorder.js"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/lingua-libre/LinguaRecorder/issues"
}
}