@zappar/zappar-cv
v3.12.0
Published
Zappar's core computer vision library, supporting image, face and world tracking.
Downloads
5,574
Keywords
Readme
Zappar CV
Zappar's core computer vision library, supporting image, face and world tracking, and barcode scanning.
This package contains primarily low-level computer vision APIs and algorithms. If you're looking to build AR experiences, the following packages are more suitable for use:
- Zappar for ThreeJS (@zappar/zappar-threejs)
- Zappar for A-Frame (@zappar/zappar-aframe)
Alternatively, for a package you can use with a different WebGL library of your choice, consider:
- Zappar for JS (@zappar/zappar-js)
Getting Zappar CV
You can get Zappar CV from npm:
npm i @zappar/zappar-cvYou can use our CDN from within your HTML:
<script src="https://libs.zappar.com/zappar-cv/3.12.0/zappar-cv.js"></script>Or you can download and host our standalone JavaScript bundle: https://libs.zappar.com/zappar-cv/3.12.0/zappar-cv.zip
