Skip to content

Commit

Permalink
Tweaks and cleanups (#19)
Browse files Browse the repository at this point in the history
* wip

* getting close

* wip

* different approach

* wip

* linting

* let vs const

* tweaks

* more tweaks and starting docs

* continued working on docs

* lint tweaks, audit fix and doc typo

* easier navigation

* see if this is easier

* formatting

* thoughts

* get started!

* more tweaks

* more tweaks

* start documentation, lint and tweaks
  • Loading branch information
k-anderson authored Jun 10, 2020
1 parent fc3e0c2 commit d8e87e5
Show file tree
Hide file tree
Showing 35 changed files with 4,730 additions and 2,169 deletions.
17 changes: 17 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"env": {
"browser": true,
"es6": true
},
"extends": "eslint:recommended",
"globals": {
"Atomics": "readonly",
"SharedArrayBuffer": "readonly"
},
"parserOptions": {
"ecmaVersion": 11,
"sourceType": "module"
},
"rules": {
}
}
331 changes: 268 additions & 63 deletions README.md

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions assets/avatar--circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions assets/pause--circle.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 10 additions & 0 deletions assets/phone-inbound.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions assets/video-slash.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions assets/wifi-no-connection.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
261 changes: 261 additions & 0 deletions docs/lwpAudioContext.md

Large diffs are not rendered by default.

Loading

0 comments on commit d8e87e5

Please sign in to comment.