-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #6 from BlinkID/jenkins/stable-build
v.5.11.2
- Loading branch information
Showing
42 changed files
with
687 additions
and
645 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,7 +62,7 @@ function main() | |
loadSettings.loadProgressCallback = ( progress ) => ( progressEl.value = progress ); | ||
|
||
// Set absolute location of the engine, i.e. WASM and support JS files | ||
loadSettings.engineLocation = "https://unpkg.com/@microblink/[email protected].1/resources/"; | ||
loadSettings.engineLocation = "https://unpkg.com/@microblink/[email protected].2/resources/"; | ||
|
||
// 3. Load SDK | ||
BlinkIDImageCaptureSDK.loadWasmModule( loadSettings ).then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ <h1 id="msg">Loading...</h1> | |
<p id="camera-guides">Point the camera towards front side of a document.</p> | ||
</div> | ||
</body> | ||
<script src="https://unpkg.com/@microblink/[email protected].1/client-library/dist/client-library.js"></script> | ||
<script src="https://unpkg.com/@microblink/[email protected].1/dist/blinkid-imagecapture-sdk.js"></script> | ||
<script src="https://unpkg.com/@microblink/[email protected].2/client-library/dist/client-library.js"></script> | ||
<script src="https://unpkg.com/@microblink/[email protected].2/dist/blinkid-imagecapture-sdk.js"></script> | ||
<script src="app.js"></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,7 +57,7 @@ function main() | |
loadSettings.loadProgressCallback = ( progress ) => ( progressEl.value = progress ); | ||
|
||
// Set absolute location of the engine, i.e. WASM and support JS files | ||
loadSettings.engineLocation = "https://unpkg.com/@microblink/[email protected].1/resources/"; | ||
loadSettings.engineLocation = "https://unpkg.com/@microblink/[email protected].2/resources/"; | ||
|
||
// 3. Load SDK | ||
BlinkIDImageCaptureSDK.loadWasmModule( loadSettings ).then | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,7 +21,7 @@ <h1>Processing...</h1> | |
<img id="target-image" /> | ||
</div> | ||
</body> | ||
<script src="https://unpkg.com/@microblink/[email protected].1/client-library/dist/client-library.js"></script> | ||
<script src="https://unpkg.com/@microblink/[email protected].1/dist/blinkid-imagecapture-sdk.js"></script> | ||
<script src="https://unpkg.com/@microblink/[email protected].2/client-library/dist/client-library.js"></script> | ||
<script src="https://unpkg.com/@microblink/[email protected].2/dist/blinkid-imagecapture-sdk.js"></script> | ||
<script src="app.js"></script> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.