Skip to main content

Installation

info

View360 v4 is currently in beta, and some APIs may change after the final release.
View360 v4 must be installed using the @next tag explicitly.

npm install @egjs/view360@next

If you want a stable version, please install v3 using the tag @latest.

npm install @egjs/view360@latest

Looking for the documents of the previous version? Check these documents:

You can easily install Flicking with package managers like npm or yarn

caution

View360 offers different packages for each framework.
For example, you have to install @egjs/react-view360 if you're using React.

npm install @egjs/view360@next

Minified & Packaged (with dependencies)

https://naver.github.io/egjs-view360/release/latest/dist/view360.pkgd.min.js
# or...
https://unpkg.com/@egjs/view360@latest/dist/view360.pkgd.min.js

Packaged (with dependencies)

https://naver.github.io/egjs-view360/release/latest/dist/view360.pkgd.js
# or...
https://unpkg.com/@egjs/view360@latest/dist/view360.pkgd.js

CSS

https://naver.github.io/egjs-view360/release/latest/css/view360.min.css
# or...
https://unpkg.com/@egjs/view360@latest/css/view360.min.css