opencv-js-webworker icon indicating copy to clipboard operation
opencv-js-webworker copied to clipboard

Getting started with OpenCV compiled to Webassembly and loaded in a worker.

DEMO example: https://vinissimus.github.io/opencv-js-webworker/

Getting Started

First, run the development server:

npm run dev
# or
yarn dev

Open http://localhost:3000 with your browser to see the result.