w-threejs-vue
v1.0.13
Published
A vue component for three.js.
Maintainers
Readme
w-threejs-vue
A vue component for three.js.
Documentation
To view documentation or get support, visit docs.
Example
To view some examples for more understanding, visit examples:
all examples: web [source code]
Installation
Using npm(ES6 module):
npm i w-threejs-vueIn a browser(UMD module):
Add script for vue.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.min.js"></script>Add script for w-threejs-vue.
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/w-threejs-vue.umd.js"></script>