This package contains the TypeScript definitions for the [OpenCV.js](https://docs.opencv.org/4.x/d0/d84/tutorial_js_usage.html) library.
npm install @opencvjs/typesThis package contains the TypeScript definitions for the OpenCV.js library.
``bash`
npm install @opencvjs/types
`ts``
import type { OpenCV } from "@opencvjs/types";
TypeScript definitions are based on the @techstark/opencv-js and mirada projects.
Apache-2.0