mirror of
https://github.com/ColonelParrot/jscanify.git
synced 2025-12-31 14:41:53 +00:00
Compare commits
No commits in common. "b79ef54d450d4a99ec7c38b94ddfde49c730aaa7" and "b629ae578134a76058333010f8ae0e4291b187c1" have entirely different histories.
b79ef54d45
...
b629ae5781
@ -7,7 +7,8 @@
|
||||
<a href="https://cdnjs.com/libraries/jscanify"><img src="https://img.shields.io/cdnjs/v/jscanify"></a>
|
||||
<a href="https://npmjs.com/package/jscanify"><img src="https://badgen.net/npm/dw/jscanify"></a>
|
||||
<br />
|
||||
<a href="https://github.com/ColonelParrot/puffinsoft/blob/master/LICENSE"><img src="https://img.shields.io/github/license/puffinsoft/jscanify.svg"></a>
|
||||
<a href="https://github.com/ColonelParrot/jscanify/blob/master/LICENSE"><img src="https://img.shields.io/github/license/ColonelParrot/jscanify.svg"></a>
|
||||
<a href="https://GitHub.com/ColonelParrot/jscanify/releases/"><img src="https://img.shields.io/github/release/ColonelParrot/jscanify.svg"></a>
|
||||
<a href="https://npmjs.com/package/jscanify"><img src="https://badgen.net/npm/v/jscanify"></a>
|
||||
</p>
|
||||
|
||||
@ -50,7 +51,7 @@ cdn:
|
||||
```html
|
||||
<script src="https://docs.opencv.org/4.7.0/opencv.js" async></script>
|
||||
<!-- warning: loading OpenCV can take some time. Load asynchronously -->
|
||||
<script src="https://cdn.jsdelivr.net/gh/puffinsoft/jscanify@master/src/jscanify.min.js"></script>
|
||||
<script src="https://cdn.jsdelivr.net/gh/ColonelParrot/jscanify@master/src/jscanify.min.js"></script>
|
||||
```
|
||||
|
||||
> **Note**: jscanify on NodeJS is slightly different. See [wiki: use on NodeJS](https://github.com/ColonelParrot/jscanify/wiki#use-on-nodejs).
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user