UNPKG

vim-webgl-component

Version:

A demonstration app built on top of the vim-webgl-viewer

10 lines (9 loc) 290 B
/** * @module vim-ts */ import { BFast } from "./bfast"; export declare class VimLoader { static loadFromBfast(bfast: BFast, ignoreStrings: boolean): Promise<[BFast | undefined, string[] | undefined]>; private static requestStrings; private static requestEntities; }