UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

6 lines (4 loc) 137 B
import {Asset} from "./Asset"; export class AssetTransformer<A extends Asset<T>, T = any> { transform(source: A): Promise<A> }