three-cheese
v0.0.1
Published
Weird toolkit for my three.js and fxhash() projects
Downloads
69
Readme
three-cheese
Weird toolkit for my three.js and fxhash() projects
Install
npm link three-cheese
Install three only as dev dependency
npm install -D three
Do a casual git clone.
Problem solving
WARNING: Multiple instances of Three.js being imported.
Add this to webpack.config.js
:
resolve: {
alias: {
three: path.resolve('./node_modules/three')
},
},