1.0.5 • Published 8 years ago
@nielse63/webgl-sphere v1.0.5
@nielse63/webgl-sphere
A sample WebGL decorative background using Three.js
Given a <canvas> NodeElement as the only parameter, the function will render an animation using Three.js
Installation
Using Yarn
yarn add --save @nielse63/webgl-sphereor NPM
npm install --save @nielse63/webgl-sphereUsage
import sphere from '@nielse63/webgl-sphere';
const canvas = document.querySelector('canvas');
sphere(canvas);