UNPKG

detect-audio-video

Version:

Detect audio and video features in browser

14 lines (13 loc) 796 B
export declare function isGifSupported(): Promise<boolean>; export declare function isJpegSupported(): Promise<boolean>; export declare function isJpegXlSupported(): Promise<boolean>; export declare function isPngSupported(): Promise<boolean>; export declare function isBmpSupported(): Promise<boolean>; export declare function isAPngSupported(): Promise<boolean>; export declare function isTiffSupported(): Promise<boolean>; export declare function isIcoSupported(): Promise<boolean>; export declare function isWebpSupported(): Promise<boolean>; export declare function isHeicSupported(): Promise<boolean>; export declare function isAvifSupported(): Promise<boolean>; export declare function isImageSupported(base64: string): Promise<boolean>; export declare function isSvgSupported(): boolean;