You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ColonelParrot edited this page Feb 15, 2025
·
6 revisions
jscanify is designed to work in any browser or Node.js environment.
npm
$npmijscanifyimportjscanifyfrom'jscanify'
Note
Using jscanify in Node.js requires one extra step. See wiki: getting started for more information.
cdn
We recommend jsDelivr, although cdnjs is also an option.
<scriptsrc="https://docs.opencv.org/4.7.0/opencv.js" async></script><!-- warning: loading OpenCV can take some time. Load asynchronously --><scriptsrc="https://cdn.jsdelivr.net/gh/ColonelParrot/jscanify@master/src/jscanify.min.js"></script>