react-audio-light
Version:
Lightweight React Audio hooks library for Recording and Playing Audio based on MediaStream Recording API
51 lines (50 loc) • 1.15 kB
JSON
{
"name": "react-audio-light",
"version": "0.1.4",
"description": "Lightweight React Audio hooks library for Recording and Playing Audio based on MediaStream Recording API",
"keywords": [
"audio",
"audio-library",
"javascript",
"web",
"recorder",
"player",
"react",
"reactjs",
"react-hooks",
"react-package",
"reactjs-hooks",
"react-audio",
"react-audio-player",
"react-audio-recorder",
"react-audio-hooks",
"react-hooks-audio",
"react-audio-player-hooks",
"react-audio-recorder-hooks",
"react-audio-player-recorder",
"hooks",
"MediaRecorder",
"getuserMedia",
"media",
"media-recorder",
"media-player",
"voice recorder",
"voice player",
"voice"
],
"repository": "https://github.com/VKeyPEDIdea/react-audio-light",
"types": "./src/index.d.ts",
"license": "MIT",
"author": "Pavel Karyapkin",
"type": "module",
"main": "./src/index.js",
"scripts": {
"types": "tsc"
},
"devDependencies": {
"@types/react": "^18.2.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"typescript": "^5.9.2"
}
}