detect-audio-video
Advanced tools
Comparing version 2.2.1 to 2.2.2
@@ -11,3 +11,3 @@ declare global { | ||
export declare function isHighDynamicRangeSupported(win?: Window): boolean | undefined; | ||
export declare function isHighVideoDynamicRangeSupported(win?: Window & typeof globalThis): boolean | undefined; | ||
export declare function isHighVideoDynamicRangeSupported(win?: Window): boolean | undefined; | ||
export declare function is32KScreenSupported(width?: number, height?: number): boolean; | ||
@@ -29,5 +29,5 @@ export declare function is16KScreenSupported(width?: number, height?: number): boolean; | ||
export declare function getResolutionBadge(width?: number, height?: number): string; | ||
export declare function isWideGamutSupported(win?: Window & typeof globalThis): boolean; | ||
export declare function isSrgbSupported(win?: Window & typeof globalThis): boolean; | ||
export declare function isP3Supported(win?: Window & typeof globalThis): boolean; | ||
export declare function isRec2020Supported(win?: Window & typeof globalThis): boolean; | ||
export declare function isWideGamutSupported(win?: Window): boolean; | ||
export declare function isSrgbSupported(win?: Window): boolean; | ||
export declare function isP3Supported(win?: Window): boolean; | ||
export declare function isRec2020Supported(win?: Window): boolean; |
{ | ||
"name": "detect-audio-video", | ||
"version": "2.2.1", | ||
"version": "2.2.2", | ||
"description": "Detect audio and video features in browser", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
54397