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

Commit f092002

Browse files
3.3.1
1 parent 1b2149e commit f092002

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
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.0
2+
URL=https://www.dynamsoft.com/camera-enhancer/docs/programming/javascript/api-reference/?ver=3.3.1

README.md

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

56-
> 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.0/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.0/dist/dce.js)
56+
> 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.1/dist/dce.js](https://download2.dynamsoft.com/dce/dynamsoft-camera-enhancer-js/dynamsoft-camera-enhancer-js-3.3.1/dist/dce.js)
5757
5858
#### Host the SDK yourself
5959

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

8282
```html
83-
<script src="/dynamsoft-camera-enhancer-js-3.3.0/dist/dce.js"></script>
83+
<script src="/dynamsoft-camera-enhancer-js-3.3.1/dist/dce.js"></script>
8484
```
8585

8686
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.

legal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ SOFTWARE.
2424
===================================================================================
2525

2626
===================================================================================
27-
showdown
27+
showdown(https://github.com/showdownjs/showdown)
2828

2929
MIT License
3030
Copyright (c) 2018,2021 ShowdownJS

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.0",
3+
"version": "3.3.1",
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.0
2+
URL=https://github.com/Dynamsoft/camera-enhancer-javascript-samples/tree/v3.3.1

0 commit comments

Comments
 (0)