Skip to content

Importing

ColonelParrot edited this page Feb 15, 2025 · 6 revisions

jscanify is designed to work in any browser or Node.js environment.

npm

$ npm i jscanify
import jscanify from '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.

<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/ColonelParrot/jscanify@master/src/jscanify.min.js"></script>

Next step: getting started

Clone this wiki locally