1.0.8 • Published 7 years ago

single-editor-draft v1.0.8

Weekly downloads
5
License
-
Repository
-
Last release
7 years ago

single-rte-draft by liaohs

webpack --progress --colors --watch

// 初始化数据格式 const content={ "entityMap": { "0": { "type": "image", "mutability": "IMMUTABLE", "data": { "src": "https://raw.githubusercontent.com/facebook/draft-js/master/examples/draft-0-10-0/media/media.png" } }, "1": { "type": "audio", "mutability": "IMMUTABLE", "data": { "src": "https://raw.githubusercontent.com/facebook/draft-js/master/examples/draft-0-10-0/media/media.mp3" } }, "2": { "type": "video", "mutability": "IMMUTABLE", "data": { "src": "https://raw.githubusercontent.com/facebook/draft-js/master/examples/draft-0-10-0/media/media.mp4" } } }, "blocks": [ { "text": " ", "type": "atomic", "entityRanges": { "offset": 0, "key": 0 } , }, { "text": " ", "type": "atomic", "entityRanges": { "offset": 0, "key": 1 } , }, { "text": " ", "type": "atomic", "entityRanges": { "offset": 0, "key": 2 } , }, { "text": "textqqq", "type": "unstyled",

    }
]

}