mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 20:39:06 +00:00
parent
5b0901555c
commit
65ecf56b36
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue