UNPKG

@egjs/view360

Version:

360 integrated viewing solution from inside-out view to outside-in view. It provides user-friendly service by rotating 360 degrees through various user interaction such as motion sensor and touch.

16 lines (11 loc) 341 B
/* eslint-disable @typescript-eslint/naming-convention */ import { VERSION } from "../version"; import { merge } from "../utils/utils"; import PanoViewer from "./PanoViewer"; import * as Constants from "./consts"; const PanoViewerModule = { PanoViewer, VERSION }; merge(PanoViewerModule, Constants); export default PanoViewerModule;