1.0.5 • Published 6 years ago

@nielse63/webgl-sphere v1.0.5

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

@nielse63/webgl-sphere

A sample WebGL decorative background using Three.js

[npm Dependency Status

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);