js-aruco2
Version:
JavaScript porting of the ArUco library supporting multiple dictionaries including ARUCO_MIP_36h12 and custom dictionaries for augmented reality marker detection
44 lines • 1.06 kB
JSON
{
"name": "js-aruco2",
"version": "2.0.0",
"description": "JavaScript porting of the ArUco library supporting multiple dictionaries including ARUCO_MIP_36h12 and custom dictionaries for augmented reality marker detection",
"main": "src/aruco.js",
"files": [
"src/",
"LICENSE.txt",
"README.md"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/damianofalcioni/js-aruco2.git"
},
"keywords": [
"aruco",
"cv",
"computer-vision",
"augmented-reality",
"ar",
"marker-detection",
"opencv",
"image-processing",
"qr-code",
"marker",
"detection",
"camera",
"video",
"nodejs",
"browser"
],
"author": "Damiano Falcioni",
"license": "MIT",
"bugs": {
"url": "https://github.com/damianofalcioni/js-aruco2/issues"
},
"homepage": "https://github.com/damianofalcioni/js-aruco2#readme",
"engines": {
"node": ">=12.0.0"
}
}