File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 7
7
GUI player to control your animations-
8
8
9
9
### 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 >
12
12
` var MojsPlayer = require('mojs-player'); `
13
13
- Use it:
14
14
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
26
26
GUI for live easing/ property curves editing
27
27
28
28
### 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';`
31
31
- Use it:
32
32
` ` ` js
33
33
const mojsCurve = new MojsCurveEditor();
@@ -49,8 +49,8 @@ MojsTimelineEditor is a GUI plugin for interactive `html`/`custom points`/`timel
49
49
::: warning
50
50
This tool is a work in progress . The description below may not be correct.
51
51
:::
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';`
54
54
- Use it:
55
55
` ` ` js
56
56
const mojsTimelineEditor = new MojsTimelineEditor();
You can’t perform that action at this time.
0 commit comments