add /image api endpoint, use it to get carbon image if on safari

main
briandennis 7 years ago committed by Brian Dennis
parent 89a80c3c2b
commit f08fe25105

@ -109,6 +109,7 @@ class Editor extends React.Component {
return api.image(window.location.href)
}
const node = document.getElementById('export-container')
const exportSize = (EXPORT_SIZES_HASH[this.state.exportSize] || DEFAULT_EXPORT_SIZE).value

Loading…
Cancel
Save