UNPKG

@woosh/meep-engine

Version:

Pure JavaScript game engine. Fully featured and production ready.

7 lines (4 loc) 153 B
import {AssetLoader} from "../AssetLoader"; import {Texture} from "three"; export class TextureAssetLoader extends AssetLoader<Texture, any> { }