Image_Editor / apps /image-editor /tuidoc.config.json
Fanu2's picture
Deploy full app to HF Space
b456468
{
"header": {
"logo": {
"src": "https://uicdn.toast.com/toastui/img/tui-image-editor-bi-white.png"
},
"title": {
"text": "repo",
"linkUrl": "https://github.com/nhn/tui.image-editor"
}
},
"footer": [
{
"title": "NHN Cloud",
"linkUrl": "https://github.com/nhn"
},
{
"title": "FE Development Lab",
"linkUrl": "https://ui.toast.com/"
}
],
"main": {
"filePath": "README.md"
},
"api": {
"filePath": "src/js/*.js",
"fileLink": true,
"permalink": false
},
"examples": {
"filePath": "examples",
"titles": {
"example01-includeUi": "1. Include ui",
"example02-useApiDirect": "2. Use api direct (basic)",
"example03-mobile": "3. Mobile"
},
"globalErrorLogVariable": "errorLogs"
},
"pathPrefix": "tui.image-editor"
}