@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.
10 lines (9 loc) • 368 B
TypeScript
import { SpinViewerOptions, SpinViewerEvent } from "./SpinViewer";
export declare const SPINVIEWER_OPTIONS: {
[key in keyof SpinViewerOptions]: true;
};
export declare const SPINVIEWER_EVENTS: {
[key: string]: keyof SpinViewerEvent;
};
export declare const DEFAULT_WRAPPER_CLASS = "view360-wrapper";
export declare const DEFAULT_IMAGE_CLASS = "view360-image";