Skip to content

Commit

Permalink
ES6 Module support thanks to direction from @lonce in resonance-audio#24
Browse files Browse the repository at this point in the history
 ; using Yarn and Volta
  • Loading branch information
Code6226 committed Jan 2, 2021
1 parent c69e41d commit 1602376
Show file tree
Hide file tree
Showing 17 changed files with 5,819 additions and 2,850 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ Consult our [online documentation](//developers.google.com/resonance-audio/devel

To learn more about how Resonance Audio works, see
[https://developers.google.com/resonance-audio/discover/concepts](https://developers.google.com/resonance-audio/discover/concepts)


## Developing on Resonance Audio locally

- Install Volta from https://volta.sh/ (optional: only if you care about Node/Yarn version locking)
- `yarn`
- `yarn build`
- `yarn test` (you have to build first)
Loading

0 comments on commit 1602376

Please sign in to comment.