switch imgur link to path that has twitter card

main
briandennis 8 years ago
parent cef5c9652e
commit 818e2d45d3

@ -48,7 +48,8 @@ class Index extends React.Component {
upload () {
domtoimage.toBlob(document.getElementById('container'))
.then(api.uploadImage)
.then(res => res.data.link)
.then(res => res.data.id)
.then(id => `http://i.imgur.com/${id}`)
.then(console.log)
}

Loading…
Cancel
Save