Installation
Using the package managers (recommended)
You can easily install @egjs/Conveyer with package managers like npm or yarn
npm
- JavaScript
- React
- Vue@3
- Vue@2
- Angular
- Svelte
npm install @egjs/conveyer
npm install @egjs/react-conveyer
npm install @egjs/vue-conveyer
npm install @egjs/vue2-conveyer
npm install @egjs/ngx-conveyer
npm install @egjs/svelte-conveyer
yarn
- JavaScript
- React
- Vue@3
- Vue@2
- Angular
- Svelte
yarn add @egjs/conveyer
yarn add @egjs/react-conveyer
yarn add @egjs/vue-conveyer
yarn add @egjs/vue2-conveyer
yarn add @egjs/ngx-conveyer
yarn add @egjs/svelte-conveyer
CDN Links
packaged(with dependencies)
<!-- github -->
<script src="https://naver.github.io/egjs-conveyer/release/latest/dist/conveyer.min.js" crossorigin="anonymous"></script>
<!-- unpkg -->
<script src="https://unpkg.com/conveyer/dist/conveyer.min.js" crossorigin="anonymous"></script>