Package Exports
- @zappar/zappar-cv
- @zappar/zappar-cv/lib/imagetracker-previewmesh
- @zappar/zappar-cv/lib/imagetracker-previewmesh.js
- @zappar/zappar-cv/lib/index.js
- @zappar/zappar-cv/lib/loglevel
- @zappar/zappar-cv/lib/loglevel.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@zappar/zappar-cv) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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.0.1-alpha.10/zappar-cv.js"></script>Or you can download and host our standalone JavaScript bundle: https://libs.zappar.com/zappar-cv/3.0.1-alpha.10/zappar-cv.zip