Files
viewer-dwgoffset/app.json

18 lines
712 B
JSON

{
"name": "viewer-xyplane",
"description": "A React and Node JS (express) sample demonstrating the use of Forge Viewer Transformation extension and multiple model loading.",
"repository": "https://github.com/jaimerosales/viewer-move-xyplane.git",
"logo": "https://github.com/jaimerosales/viewer-move-xyplane/raw/master/public/images/adsk.24x24.png",
"keywords": [ "node", "forge", "autodesk", "react", "threejs" ],
"website": "https://developer.autodesk.com/",
"env": {
"FORGE_CLIENT_ID": {
"description": "Replace with your FORGE CLIENT ID KEY",
"generator": "public"
},
"FORGE_CLIENT_SECRET": {
"description": "Replace with your FORGE CLIENT SECRET KEY",
"value": "secret"
}
}
}