UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

4 lines (2 loc) 116 B
import {Material, Texture} from "three"; export function promiseMaterialLoaded(m: Material): Promise<Texture[]>