UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

12 lines (9 loc) 158 B
export class ShadowMap { constructor() { /** * * @type {CameraView[]} */ this.views = []; } }