@nielse63/webgl-sphere
v1.0.5
Published
> A sample WebGL decorative background using Three.js
Downloads
4
Readme
@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-sphere
or NPM
npm install --save @nielse63/webgl-sphere
Usage
import sphere from '@nielse63/webgl-sphere';
const canvas = document.querySelector('canvas');
sphere(canvas);