UNPKG

@inweb/viewer-visualize

Version:

JavaScript library for rendering CAD and BIM files in a browser using VisualizeJS

9 lines (8 loc) 326 B
import { Loader, LoadParams } from "@inweb/viewer-core"; import { Viewer } from "../Viewer"; export declare class VSFFileLoader extends Loader { viewer: Viewer; constructor(viewer: Viewer); isSupport(file: any, format?: string): boolean; load(file: any, format?: string, params?: LoadParams): Promise<this>; }