@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.
13 lines (12 loc) • 602 B
TypeScript
declare const Float32Array: any;
declare const getComputedStyle: any;
declare const userAgent: any;
declare const SUPPORT_TOUCH: boolean;
declare const SUPPORT_DEVICEMOTION: boolean;
declare const DeviceMotionEvent: any;
declare const devicePixelRatio: any;
declare const TRANSFORM: string;
declare const SUPPORT_WILLCHANGE: any;
declare let WEBXR_SUPPORTED: boolean;
declare const checkXRSupport: () => void;
export { Float32Array, getComputedStyle, userAgent, TRANSFORM, SUPPORT_TOUCH, SUPPORT_DEVICEMOTION, SUPPORT_WILLCHANGE, checkXRSupport, WEBXR_SUPPORTED, DeviceMotionEvent, devicePixelRatio };