UNPKG

@speechmatics/browser-audio-input-react

Version:

React hooks for managing audio inputs and permissions across browsers

41 lines 912 B
{ "name": "@speechmatics/browser-audio-input-react", "version": "2.0.3", "description": "React hooks for managing audio inputs and permissions across browsers", "type": "module", "exports": [ "./dist/index.js" ], "module": "./dist/index.js", "typings": "./dist/index.d.ts", "files": [ "dist/", "README.md" ], "keywords": [ "Flow", "API", "React", "hooks", "transcription", "speech", "intelligence" ], "dependencies": { "@speechmatics/browser-audio-input": "2.0.3" }, "author": "", "license": "MIT", "peerDependencies": { "react": "^18 || ^19" }, "devDependencies": { "@types/react": "^19.0.10", "typescript-event-target": "^1.1.1" }, "scripts": { "build": "rm -rf dist/ && pnpm -C ../browser-audio-input build && pnpm rollup -c", "format": "biome format --write .", "lint": "biome lint --write ." } }