UNPKG

@gobistories/gobi-web-integration

Version:

This library will let you put your Gobi stories on your site.

18 lines (17 loc) 533 B
export declare function isIE(): boolean; export declare const isMobile: boolean; export declare const isIos: boolean; export declare const isSafari: boolean; export declare const hasReducedWebmSupport: boolean; export declare const isTouchDevice: boolean; export declare function shadowDomSupported(): boolean; export declare function getScreenSize(): { width: number; height: number; aspectRatio: number; }; export declare function getViewPortSize(): { width: number; height: number; aspectRatio: number; };