Spaces:
Running
Running
File size: 850 Bytes
b456468 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | {
"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"
}
|