This contains compiled javascript version of OpenCV with default CMAKE flags
The steps taken were as instructed on this repo
git clone https://github.com/shkrwnd/openCV-js.git
cd openCV-js
Open index.html in any supported browser.
If first line of web-page shows OpenCV.js is ready
that means it is working properly.
Then just choose any image and it will show that image in new canvas
..* Just remember to use the proper path in <script src="path/to/opencv.js"></script>
when working from different directory.