Scene creation with THREE.js.
npm i
import threeSceneNightcamp from 'three-scene-nightcamp';
const scene = threeSceneNightcamp({
canvas: document.getElementById('myCanvas'),
width: 600,
height: 200,
});
Or use the development server:
npm start