p5.xr
Version:
A library for p5.js that allows coders to easily render p5.js sketches in AR/VR using WebXR
25 lines • 556 B
JSON
{
"tags": {
"allowUnknownTags": false
},
"source": {
"include": "./src",
"exclude": ["./src/webxr"],
"includePattern": ".js$"
},
"plugins": [
"plugins/markdown",
"node_modules/jsdoc-export-default-interop/dist/index"
],
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false
}
}