UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

11 lines (9 loc) 181 B
export class SimplePostProcessEffect { constructor() { /** * Input buffers * @type {string[]} */ this.inputs = []; } }