adding import example

fixes #744
This commit is contained in:
Yotam Mann 2020-09-15 23:27:15 -04:00
parent 5b0901555c
commit 65ecf56b36

View file

@ -24,6 +24,12 @@ Or to install the 'next' version
npm install tone@next
```
To import Tone.js:
```js
import * as Tone from 'tone'
```
# Hello Tone
```javascript