p5.beholder
Version:
A p5 library to facilitate using the Beholder system for Aruco marker detection.
47 lines (45 loc) • 994 B
JSON
{
"opts": {
"template": "node_modules/clean-jsdoc-theme",
"theme_opts": {
"title": "p5.beholder",
"menu": [
{
"title": "GitHub",
"link": "https://github.com/enricllagostera/p5.beholder",
"target": "_blank",
"class": "github-link",
"id": "repository"
},
{
"title": "Made by Enric Llagostera",
"link": "https://enric.llagostera.com.br/",
"target": "_blank"
}
]
}
},
"plugins": ["plugins/markdown"],
"docdash": {
"static": true,
"sort": true,
"search": true,
"collapse": true,
"typedefs": true,
"removeQuotes": "none",
"scripts": [],
"menu": {
"Github repo": {
"href": "https://github.com/enricllagostera/p5.beholder",
"target": "_blank",
"class": "menu-item",
"id": "repository"
}
}
},
"templates": {
"default": {
"useLongnameInNav": true
}
}
}