Skip to content

Commit be464a8

Browse files
committed
Updated npm paths in the tools section
1 parent 9d96f16 commit be464a8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/tools/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
GUI player to control your animations-
88

99
### Usage
10-
- Install it: `npm i @mojs/mojs-player -D`
11-
- Import it: `import MojsPlayer from 'mojs-player';` or <br>
10+
- Install it: `npm i @mojs/player`
11+
- Import it: `import MojsPlayer from '@mojs/player';` or <br>
1212
`var MojsPlayer = require('mojs-player');`
1313
- Use it:
1414
1. Create a [tween](/api/tweens/tween.md) or a [timeline](/api/tweens/timeline.md)
@@ -26,8 +26,8 @@ For shotcuts and more options, [read more here](https://github.com/mojs/mojs-pla
2626
GUI for live easing/property curves editing
2727

2828
### Usage
29-
- Install it: `npm i @mojs/mojs-curve-editor -D`
30-
- Import it: `import MojsCurveEditor from 'mojs-curve-editor';`
29+
- Install it: `npm i @mojs/curve-editor`
30+
- Import it: `import MojsCurveEditor from '@mojs/curve-editor';`
3131
- Use it:
3232
```js
3333
const mojsCurve = new MojsCurveEditor();
@@ -49,8 +49,8 @@ MojsTimelineEditor is a GUI plugin for interactive `html`/`custom points`/`timel
4949
::: warning
5050
This tool is a work in progress. The description below may not be correct.
5151
:::
52-
- Install it: `npm i @mojs/mojs-timeline-editor -D` (Note: this is currently not on NPM)
53-
- Import it: `import MojsTimelineEditor from 'mojs-timeline-editor';`
52+
- Install it: `npm i @mojs/timeline-editor` (Note: this is currently not on NPM)
53+
- Import it: `import MojsTimelineEditor from '@mojs/timeline-editor';`
5454
- Use it:
5555
```js
5656
const mojsTimelineEditor = new MojsTimelineEditor();

0 commit comments

Comments
 (0)