UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines 239 B
/** * * @param {Sampler2D} sampler * @param {string} [file_name] what should the file be named? */ export function downloadSampler2DAsPNG(sampler: Sampler2D, file_name?: string): void; //# sourceMappingURL=downloadSamplerAsPNG.d.ts.map