Created
November 18, 2018 19:18
-
-
Save hawkeye64/e0dfcc1aeb253ce0c1f918fe9e229874 to your computer and use it in GitHub Desktop.
Electron - get image from main process
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
else if (type === 'image') { | |
return 'http://localhost:8000/file/' + this.node.label | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment