UNPKG

@shopware-ag/dive

Version:

Shopware Spatial Framework

8 lines (7 loc) 272 B
import { DIVEScene } from '../../scene/Scene'; import { DIVEAROptions } from '../AR'; export declare class DIVESceneViewer { static Launch(scene: DIVEScene, options?: DIVEAROptions): void; private static launchSceneViewer; private static findSceneViewerSrc; }