aruco-marker
JavaScript library and custom HTML element for generating Aruco marker images
File Explorer
Download Latest Version (.zip)- pr-build.yml
- settings.json
- 404.html
- demo-server.js
- element.html
- index.html
- aruco-marker.cjs
- aruco-marker.cjs.map
- aruco-marker.d.ts
- aruco-marker.modern.js
- aruco-marker.modern.js.map
- aruco-marker.module.js
- aruco-marker.module.js.map
- aruco-marker.test.d.ts
- aruco-marker.umd.js
- aruco-marker.umd.js.map
- element.cjs
- element.cjs.map
- element.d.ts
- element.modern.js
- element.modern.js.map
- element.module.js
- element.module.js.map
- element.umd.js
- element.umd.js.map
- aruco-marker.test.ts
- aruco-marker.ts
- element.ts
- .eslintrc
- .gitignore
- .npmignore
- .prettierrc
- CHANGELOG.md
- Gruntfile.js
- MIT-LICENSE.txt
- package-lock.json
- package.json
- README.md
- tsconfig.json
# Installation Guide
1. Get the code
git clone https://github.com/bhollis/aruco-marker
Downloads the entire project code from GitHub to your computer.
cd aruco-marker
Moves into the project folder you just downloaded.
2. Node.js
Easy RecommendedPrerequisites
npm ci
Type this command into your terminal and run it.
npm run demo
Type this command into your terminal and run it.
After running the command, open the address shown in the terminal (usually something like http://localhost:3000) in your browser.
Pulled directly from this repo's README.
// repository documentation
Was this content helpful?
(0 ratings)
