@uppy/webcam
Advanced tools
Comparing version 3.4.1 to 3.4.2
# @uppy/webcam | ||
## 3.4.2 | ||
Released: 2024-06-04 | ||
Included in: Uppy v3.26.0 | ||
- @uppy/webcam: add missing types for `recordedVideo` (Antoine du Hamel / #5208) | ||
## 3.4.0 | ||
@@ -4,0 +11,0 @@ |
@@ -30,3 +30,2 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
src, | ||
// @ts-expect-error TODO: remove unused | ||
recordedVideo, | ||
@@ -33,0 +32,0 @@ recording, |
@@ -18,3 +18,3 @@ function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); } | ||
const packageJson = { | ||
"version": "3.4.1" | ||
"version": "3.4.2" | ||
}; | ||
@@ -21,0 +21,0 @@ import locale from "./locale.js"; |
{ | ||
"name": "@uppy/webcam", | ||
"description": "Uppy plugin that takes photos or records videos using the device's camera.", | ||
"version": "3.4.1", | ||
"version": "3.4.2", | ||
"license": "MIT", | ||
@@ -38,4 +38,4 @@ "main": "lib/index.js", | ||
"peerDependencies": { | ||
"@uppy/core": "^3.11.0" | ||
"@uppy/core": "^3.12.0" | ||
} | ||
} |
@@ -10,5 +10,7 @@ # @uppy/webcam | ||
The Webcam plugin for Uppy lets you take photos and record videos with a built-in camera on desktop and mobile devices. | ||
The Webcam plugin for Uppy lets you take photos and record videos with a | ||
built-in camera on desktop and mobile devices. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), a versatile file encoding service. | ||
Uppy is being developed by the folks at [Transloadit](https://transloadit.com), | ||
a versatile file encoding service. | ||
@@ -35,7 +37,11 @@ ## Example | ||
Alternatively, you can also use this plugin in a pre-built bundle from Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global `window.Uppy` object. See the [main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
Alternatively, you can also use this plugin in a pre-built bundle from | ||
Transloadit’s CDN: Edgly. In that case `Uppy` will attach itself to the global | ||
`window.Uppy` object. See the | ||
[main Uppy documentation](https://uppy.io/docs/#Installation) for instructions. | ||
## Documentation | ||
Documentation for this plugin can be found on the [Uppy website](https://uppy.io/docs/webcam). | ||
Documentation for this plugin can be found on the | ||
[Uppy website](https://uppy.io/docs/webcam). | ||
@@ -42,0 +48,0 @@ ## License |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
165012
49