@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.
8 lines (7 loc) • 302 B
TypeScript
declare const win: any;
declare const doc: any;
declare const nav: any;
declare const IS_IOS: boolean;
declare const IS_SAFARI_ON_DESKTOP: boolean;
declare const IS_SAMSUNG_BROWSER: boolean;
export { win as window, doc as document, nav as navigator, IS_IOS, IS_SAFARI_ON_DESKTOP, IS_SAMSUNG_BROWSER };