Skip to content

Instantly share code, notes, and snippets.

@tomcask
Created December 23, 2016 08:22
Show Gist options
  • Save tomcask/07bdeee30dd100462a73c9cea83d3bbe to your computer and use it in GitHub Desktop.
Save tomcask/07bdeee30dd100462a73c9cea83d3bbe to your computer and use it in GitHub Desktop.
Example of initial state with image
const initialState = {
"entityMap": {
"0": {
"type": "image",
"mutability": "MUTABLE",
"data": {
"src": "https://www.google.es/images/branding/googlelogo/2x/googlelogo_color_120x44dp.png"
}
}
},
"blocks": [{
"key": "ov7r",
"text": " ",
"type": "atomic",
"depth": 0,
"inlineStyleRanges": [],
"entityRanges": [{
"offset": 0,
"length": 1,
"key": 0
}],
"data": {}
}]
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment