UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

17 lines 403 B
export class SliceVisualiser extends EmptyView { /** * */ constructor(); draw(): void; layout(): void; /** * * @param {ArrayBuffer} data * @param {number[]} resolution */ setData(data: ArrayBuffer, resolution: number[]): void; #private; } import EmptyView from "../../../view/elements/EmptyView.js"; //# sourceMappingURL=SliceVisualiser.d.ts.map