Skip to content

Commit 95923a4

Browse files
committed
Initial commit
0 parents  commit 95923a4

5 files changed

Lines changed: 1246 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
.idea
2+
node_modules

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# chrome-emulated-devices-list
2+
3+
## Installation
4+
```bash
5+
npm install chrome-emulated-devices-list
6+
```
7+
8+
## Usage
9+
```js
10+
var devicesList = require('chrome-emulated-devices-list');
11+
```

0 commit comments

Comments
 (0)