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