Skip to content

Latest commit

 

History

History
10 lines (5 loc) · 571 Bytes

README.md

File metadata and controls

10 lines (5 loc) · 571 Bytes

js-aruco markers

js-aruco is a great augmented reality lib in javascript, based on ArUco, a lightweight RA based on OpenCV.

This is a simple html page that generate the possible markers in canvas, so you can save the image, print them or generate them on demand.

You can clone this repo and access index.html or include markers.js and call makeMarker(id,width,height) which will return a canvas element drawn.

See all markers