UNPKG

apl-easy-gl

Version:
3 lines (2 loc) 103 B
import { Obj } from "../Interfaces/Obj"; export declare function loadObj(url: string): Promise<Obj>;