There was an error while loading. Please reload this page.
bower
1 parent aedc390 commit 7bc0f52Copy full SHA for 7bc0f52
1 file changed
README.md
@@ -48,9 +48,13 @@ The library provides **built-in components** to start animating from scratch lik
48
- [Timeline editor](https://github.com/mojs-contrib/mojs-timeline-editor)
49
50
## Installation
51
-npm: `npm install @mojs/core`
52
-cdn: `<script src="https://cdn.jsdelivr.net/npm/@mojs/core@latest/build/mo.min.js"></script>`
53
-bower: `bower install mojs`
+```console
+# cdn
+<script src="https://cdn.jsdelivr.net/npm/@mojs/core"></script>
54
+
55
+# npm
56
+npm i @mojs/core
57
+```
58
59
## Target browsers
60
- Chrome 4+
0 commit comments