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

Commit

Permalink
Merge pull request #13 from Dynamsoft/_dev
Browse files Browse the repository at this point in the history
3.3.4
  • Loading branch information
Cube authored Apr 17, 2023
2 parents 3d807da + 263f50d commit c9d5332
Show file tree
Hide file tree
Showing 8 changed files with 16 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Api Reference.url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/?ver=3.3.3
URL=https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/?ver=3.3.4
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ The simplest way to include the SDK is to use either the [jsDelivr](https://jsde
<script src="https://unpkg.com/dynamsoft-camera-enhancer/dist/dce.js"></script>
```

> 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)
> 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)
#### Host the SDK yourself

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

```html
<script src="/dynamsoft-camera-enhancer-js-3.3.3/dist/dce.js"></script>
<script src="/dynamsoft-camera-enhancer-js-3.3.4/dist/dce.js"></script>
```

or
Expand Down
4 changes: 2 additions & 2 deletions dist/dce.esm.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dce.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions dist/dce.mjs

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions dist/types/class/cameraenhancer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -334,6 +334,11 @@ export default class CameraEnhancer implements ImageSource {
* @see [[setScanRegion]]
*/
getScanRegion(): Region;
/**
* Decide What size the layers should be created.
* When returned 'null', it means something gets wrong.
* @returns
*/
private _calculateCvsSize;
/**
* Add a canvas of the same size as the scan area directly above the scan area.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dynamsoft-camera-enhancer",
"version": "3.3.3",
"version": "3.3.4",
"description": "Allow your website to easily control cameras on desktop and mobile devices.",
"private": false,
"homepage": "https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/?ver=latest",
Expand Down
2 changes: 1 addition & 1 deletion samples.url
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[InternetShortcut]
URL=https://github.com/Dynamsoft/camera-enhancer-javascript-samples/tree/v3.3.3
URL=https://github.com/Dynamsoft/camera-enhancer-javascript-samples/tree/v3.3.4

0 comments on commit c9d5332

Please sign in to comment.