three-sky Three.js Sky object from official repository example. All credit goes to Sky.js contributors. Quick Start Install npm install three three-sky Use const Sky = require('three-sky'); const sky = new Sky(); Please check example code.