Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 511 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 511 Bytes

#three-scene-nightcamp

Scene creation with THREE.js.

screen

Installation

npm i

Usage

import threeSceneNightcamp from 'three-scene-nightcamp';

const scene = threeSceneNightcamp({
  canvas: document.getElementById('myCanvas'),
  width: 600,
  height: 200,
});

Or use the development server:

npm start

And open http://localhost:8080/webpack-dev-server/