Skip to content
This repository was archived by the owner on Nov 5, 2024. It is now read-only.

Commit c9d5332

Browse files
author
Cube
authored
Merge pull request #13 from Dynamsoft/_dev
3.3.4
2 parents 3d807da + 263f50d commit c9d5332

File tree

8 files changed

+16
-11
lines changed

8 files changed

+16
-11
lines changed

Api Reference.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/?ver=3.3.3
2+
URL=https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/?ver=3.3.4

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ The simplest way to include the SDK is to use either the [jsDelivr](https://jsde
4747
<script src="https://unpkg.com/dynamsoft-camera-enhancer/dist/dce.js"></script>
4848
```
4949

50-
> 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.3/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.3/dist/dce.js)
50+
> 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.4/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.4/dist/dce.js)
5151
5252
#### Host the SDK yourself
5353

@@ -74,7 +74,7 @@ The following shows a few ways to download the SDK.
7474
Depending on how you downloaded the SDK and where you put it. You can typically include it like this:
7575

7676
```html
77-
<script src="/dynamsoft-camera-enhancer-js-3.3.3/dist/dce.js"></script>
77+
<script src="/dynamsoft-camera-enhancer-js-3.3.4/dist/dce.js"></script>
7878
```
7979

8080
or

dist/dce.esm.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dce.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/dce.mjs

Lines changed: 2 additions & 2 deletions
Large diffs are not rendered by default.

dist/types/class/cameraenhancer.d.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,11 @@ export default class CameraEnhancer implements ImageSource {
334334
* @see [[setScanRegion]]
335335
*/
336336
getScanRegion(): Region;
337+
/**
338+
* Decide What size the layers should be created.
339+
* When returned 'null', it means something gets wrong.
340+
* @returns
341+
*/
337342
private _calculateCvsSize;
338343
/**
339344
* Add a canvas of the same size as the scan area directly above the scan area.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dynamsoft-camera-enhancer",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "Allow your website to easily control cameras on desktop and mobile devices.",
55
"private": false,
66
"homepage": "https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/?ver=latest",

samples.url

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[InternetShortcut]
2-
URL=https://github.com/Dynamsoft/camera-enhancer-javascript-samples/tree/v3.3.3
2+
URL=https://github.com/Dynamsoft/camera-enhancer-javascript-samples/tree/v3.3.4

0 commit comments

Comments
 (0)