1.0.5 • Published 6 years ago

ebabel-light v1.0.5

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
6 years ago

ebabel-light

Build Status

Setup a THREE.js PointLight and add it to the scene.

Instructions for Module Usage in your project/game

Install

npm i --save ebabel-light

Usage

const light = require('ebabel-light');

light({ THREE, scene });

Instructions for further development of this module i.e. ebabel-light

Fork and clone repo, then start your new develop branch

  • fork repository on github.com
  • git clone 'fork repository'
  • git checkout -b develop

First step when developing this module

npm install

Before checking in code test this module

npm test

Generate documentation for this module

npm run jsdoc
1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago