Installation
📦 Package managers (recommended)​
You can easily install View3D with package managers like npm or yarn
caution
View3D offers different packages for each framework.
For example, you have to install @egjs/react-view3d if you're using React.
- npm
 - yarn
 - React
 - Angular
 - Vue@2
 - Vue@3
 - Svelte
 
npm install @egjs/view3d
🔗 CDN Links​
Minified & Packaged (with dependencies)​
- URL
 - HTML <script>
 
https://unpkg.com/@egjs/view3d@latest/dist/view3d.pkgd.min.js
Packaged (with dependencies)​
- URL
 - HTML <script>
 
https://unpkg.com/@egjs/view3d@latest/dist/view3d.pkgd.js
CSS​
- URL
 - HTML <link>
 - CSS @import
 
https://unpkg.com/@egjs/view3d@latest/css/view3d-bundle.min.css