modern-canvas 0.13.0 → 0.13.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -13,6 +13,7 @@ export declare const SUPPORTS_OFFLINE_AUDIO_CONTEXT: boolean;
|
|
|
13
13
|
export declare const SUPPORTS_WEBKIT_OFFLINE_AUDIO_CONTEXT: boolean;
|
|
14
14
|
export declare const SUPPORTS_WEB_AUDIO: boolean;
|
|
15
15
|
export declare const IN_BROWSER: boolean;
|
|
16
|
+
export declare const IN_MAC_OS: boolean;
|
|
16
17
|
export declare const DEVICE_PIXEL_RATIO: number;
|
|
17
18
|
export declare const isElementNode: (node: unknown) => node is Element;
|
|
18
19
|
export declare const isVideoElement: (node: unknown) => node is HTMLVideoElement;
|