Update README.md

This commit is contained in:
puxiao 2024-03-21 12:51:51 +08:00 committed by GitHub
parent 19c4725d03
commit c05bdc271d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -19,6 +19,10 @@ In your `head` tag, include the following code:
$ npm install --save dat.gui
```
```bash
$ npm install --save-dev @types/dat.gui
```
```js
// CommonJS:
const dat = require('dat.gui');