UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

8 lines 308 B
/** * Converts an input image to a data url string * @see https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs * @param {Sampler2D} sampler * @returns {string} */ export function sampler2d_to_data_url(sampler: Sampler2D): string; //# sourceMappingURL=sampler2d_to_data_url.d.ts.map