react-select-media-devices-modal 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +8 -0
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,11 +1,19 @@
1
1
  # react-select-media-devices-modal
2
2
 
3
+ [![npm version](https://badge.fury.io/js/react-select-media-devices-modal.svg)](https://badge.fury.io/js/react-select-media-devices-modal)
4
+ [![Release](https://github.com/kadoshita/react-select-media-devices-modal/actions/workflows/release.yaml/badge.svg)](https://github.com/kadoshita/react-select-media-devices-modal/actions/workflows/release.yaml)
5
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
6
+
3
7
  A React component library for select media devices.
4
8
 
5
9
  ## Features
6
10
 
7
11
  - Select audio input, audio output, and video input device.
8
12
 
13
+ ## Demo
14
+
15
+ [https://kadoshita.github.io/react-select-media-devices-modal/example/](https://kadoshita.github.io/react-select-media-devices-modal/example/)
16
+
9
17
  ## Installation
10
18
 
11
19
  ```shell
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "react-select-media-devices-modal",
3
3
  "description": "A React component library for select media devices",
4
- "version": "0.0.4",
4
+ "version": "0.0.6",
5
5
  "license": "MIT",
6
6
  "repository": {
7
7
  "type": "git",
8
8
  "url": "https://github.com/kadoshita/react-select-media-devices-modal.git"
9
9
  },
10
- "homepage": "https://github.com/kadoshita/react-select-media-devices-modal",
10
+ "homepage": "https://kadoshita.github.io/react-select-media-devices-modal/",
11
11
  "bugs": "https://github.com/kadoshita/react-select-media-devices-modal/issues",
12
12
  "main": "./dist/react-select-media-devices-modal.umd.js",
13
13
  "module": "./dist/react-select-media-devices-modal.mjs",