Skip to content

Commit

Permalink
official v1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Damien Golding committed Mar 6, 2022
1 parent aeec2e9 commit ce8c789
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 5 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

Mock library for getUserMedia and related functions.

## Installation

`npm install @theopenweb/get-user-media-mock`

## Usage

The code below will automatically apply mocks to the following functions:
Expand Down
30 changes: 25 additions & 5 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,35 @@
{
"name": "get-user-media-mock",
"name": "@theopenweb/get-user-media-mock",
"version": "1.0.0",
"description": "Creates mock for getUserMedia so can use without Webcam.",
"main": "index.js",
"directories": {
"lib": "lib"
},
"scripts": {

"scripts": {},
"keywords": [
"getUserMedia",
"navigator",
"mediaDevices",
"MediaStreamConstraints",
"MediaTrackConstraints",
"mock",
"video",
"audio",
"devices"
],
"repository": {
"type": "git",
"url": "git+https://github.com/theopenwebjp/get-user-media-mock.git"
},
"keywords": [],
"author": "Damien Golding",
"author": "The Open Web <[email protected]> (https://theopenweb.jp)",
"contributors": [
"Damien Golding <[email protected]> (https://damiengolding.com)"
],
"homepage": "https://theopenweb.info",
"bugs": {
"url": "https://github.com/theopenwebjp/get-user-media-mock/issues"
},
"private": false,
"license": "MIT"
}

0 comments on commit ce8c789

Please sign in to comment.