UNPKG

@ulb-darmstadt/photogrammetry-viewer

Version:

```console npm i photogrammetry-viewer ``` This library provides an HTML web component that displays photogrammetric data. The component consists of a combined 3D and 2D viewer. For each view of the 3D model, the 2D image closest to the view is loaded. Fo

12 lines (11 loc) 375 B
import { LitElement } from 'lit'; import { ViewerSettings } from '../viewer-settings'; export declare class ExportToolElement extends LitElement { viewerSettings: ViewerSettings; private _saving3D; private _saving2D; download3D(): void; download2D(): void; render(): import('lit-html').TemplateResult<1>; static styles: import('lit').CSSResult; }