dynamsoft-camera-enhancer
Advanced tools
Comparing version 3.3.8 to 3.3.9-beta-202312050029
@@ -205,2 +205,3 @@ import { PlayCallbackInfo } from '../interface/playcallbackinfo'; | ||
videoSrc: string | MediaStream | MediaSource | Blob; | ||
cameraOpenTimeout: number; | ||
/** @ignore */ | ||
@@ -207,0 +208,0 @@ videoSettings: MediaStreamConstraints; |
{ | ||
"name": "dynamsoft-camera-enhancer", | ||
"version": "3.3.8", | ||
"version": "3.3.9-beta-202312050029", | ||
"description": "Allow your website to easily control cameras on desktop and mobile devices.", | ||
@@ -23,3 +23,3 @@ "private": false, | ||
"registry": "https://registry.npmjs.org/", | ||
"tag": "v3-latest" | ||
"tag": "beta" | ||
}, | ||
@@ -47,12 +47,15 @@ "author": { | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"rollup-dev": "rollup -c --environment BUILD:development", | ||
"rollup": "rollup -c --environment BUILD:production", | ||
"build-dev": "python ./build-dev.py", | ||
"build": "python ./build.py", | ||
"build-dev": "rollup -c --environment BUILD:development", | ||
"build": "rollup -c --environment BUILD:production", | ||
"build:doc": "typedoc", | ||
"update:readme": "updateReadme --package=dynamsoft-camera-enhancer --version=auto", | ||
"update:readme": "updateReadme --package=dynamsoft-camera-enhancer --version=auto --branch=3.3.9", | ||
"update:prod": "updatePackage --package=dynamsoft-camera-enhancer --version=auto --env=production --tag=v3-latest", | ||
"update:beta": "updatePackage --package=dynamsoft-camera-enhancer --version=auto --env=beta --tag=beta", | ||
"update:iv": "updatePackage --package=dynamsoft-camera-enhancer --version=auto --env=internalVersion --tag=iv", | ||
"update:dev": "updatePackage --package=dynamsoft-camera-enhancer --version=auto --env=development --tag=latest" | ||
"update:dev": "updatePackage --package=dynamsoft-camera-enhancer --version=auto --env=development --tag=latest", | ||
"updateLink:npm": "updateLink --source=npm", | ||
"updateLink:zip": "updateLink --source=zip", | ||
"updateLink:github": "updateLink --source=github", | ||
"makeZip": "makeZip --package=dynamsoft-camera-enhancer --version=auto --sampleBranch=3.x --structure=old", | ||
"easyPublish": "npm run update:dev && npm run build-dev && npm publish" | ||
}, | ||
@@ -77,3 +80,3 @@ "license": "SEE LICENSE IN LICENSE", | ||
"@babel/preset-env": "7.15.8", | ||
"@dynamsoft/rd2-scripts": "^0.0.32", | ||
"@dynamsoft/rd2-scripts": "^0.0.78", | ||
"@rollup/plugin-babel": "5.3.0", | ||
@@ -80,0 +83,0 @@ "@rollup/plugin-node-resolve": "^13.3.0", |
@@ -50,3 +50,3 @@ # Dynamsoft Camera Enhancer for Your Website | ||
> In some rare cases, you might not be able to access the CDN. If this happens, you can use [https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.8/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.8/dist/dce.js) | ||
> In some rare cases, you might not be able to access the CDN. If this happens, you can use [https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.9/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.9/dist/dce.js) | ||
@@ -78,3 +78,3 @@ #### Host the SDK yourself | ||
```html | ||
<script src="/dynamsoft-camera-enhancer-js-3.3.8/dist/dce.js"></script> | ||
<script src="/dynamsoft-camera-enhancer-js-3.3.9/dist/dce.js"></script> | ||
``` | ||
@@ -191,4 +191,4 @@ | ||
<option class="dce-opt-gotResolution" value="got"></option> | ||
<option data-width="1280" data-height="720">1280x720</option> | ||
<option data-width="1920" data-height="1080">1920x1080</option> | ||
<option data-width="1280" data-height="720">ask 1280x720</option> | ||
<option data-width="1920" data-height="1080">ask 1920x1080</option> | ||
</select> | ||
@@ -195,0 +195,0 @@ ``` |
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 too big to display
Sorry, the diff of this file is too big to display
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
Sorry, the diff of this file is not supported yet
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1183433
5578
3