| {
    "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",
            "linkUrl": "https://github.com/nhn"
        },
        {
            "title": "FE Development Lab",
            "linkUrl": "https://github.com/nhn/fe.javascript"
        }
    ],
    "main": {
        "filePath": "README.md"
    },
    "api": {
        "filePath": "src/js/**"
    },
    "examples": {
        "filePath": "examples",
        "titles": {
            "example01-includeUi": "1. Include ui",
            "example02-useApiDirect": "2. Use api direct (basic)",
            "example03-mobile": "3. Mobile"
        }
    },
    "pathPrefix": "tui.image-editor"
}
 |