@types/w3c-image-capture
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -43,4 +43,4 @@ // Type definitions for non-npm package W3C Image Capture 1.0 | ||
type RedEyeReduction = 'never' | 'always' | 'controllable'; | ||
type FillLightMode = 'auto' | 'off' | 'flash'; | ||
type RedEyeReduction = "never" | "always" | "controllable"; | ||
type FillLightMode = "auto" | "off" | "flash"; | ||
@@ -141,3 +141,3 @@ interface MediaTrackCapabilities { | ||
type MeteringMode = 'none' | 'manual' | 'single-shot' | 'continuous'; | ||
type MeteringMode = "none" | "manual" | "single-shot" | "continuous"; | ||
@@ -144,0 +144,0 @@ interface Point2D { |
{ | ||
"name": "@types/w3c-image-capture", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "TypeScript definitions for W3C Image Capture", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/w3c-image-capture", | ||
}, | ||
"typesPublisherContentHash": "04358bcb8bdcadecad268e07f8bc653e991bdf1825b16f8fe614da1875b13713", | ||
"typesPublisherContentHash": "2cc628b0b0d8d4071a8333838a6c8911520dc3319ecf0672e36d09b7242184a5", | ||
"typeScriptVersion": "4.9" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Mon, 26 Sep 2022 21:03:00 GMT | ||
* Last updated: Mon, 25 Sep 2023 13:39:06 GMT | ||
* Dependencies: [@types/webrtc](https://npmjs.com/package/@types/webrtc) | ||
@@ -14,0 +14,0 @@ * Global values: `ImageCapture` |