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

Commit 7100d02

Browse files
authored
Merge pull request #15 from Dynamsoft/_dev
Dev
2 parents f801637 + 851bdea commit 7100d02

31 files changed

+584
-782
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ __pycache__
2828
package-lock.json
2929
yarn.lock
3030
.git
31+
.npmrc
3132
/*.zip
3233
/*.py
3334
/*.exe

control-camera/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<title>Dynamsoft Camera Enhancer Sample - Control Camera</title>
8-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.10/dist/core.js"></script>
9-
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.0/dist/dce.js"></script>
8+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-core@3.0.30/dist/core.js"></script>
9+
<script src="https://cdn.jsdelivr.net/npm/dynamsoft-camera-enhancer@4.0.2/dist/dce.js"></script>
1010
</head>
1111
<body>
1212
<button id="btn-open-camera">open camera</button>

0 commit comments

Comments
 (0)