Fun fact - you can only load images over https in Sketch!
We should throw an error if you try to load an image over http.
Hey @jongold I would love to work on this! Can you give me more info to start so I can start working on it? Thank you in advance for creating such tool!!
Here's where we're extracting the URL from props and instantiating MSImageData from it
This is the function that actually makes the image data.
I think it might be enough to just shortcircuit that function if the URL doesn't start with https:// or file:// (or maybe better to shortcircuit if it _does_ start with http://). check it doesn't break anything else!
development workflow -
npm run check is workingnpm linknpm run watch to build the librarycd into one of the examples (or any react-sketchapp project itself), npm install and then npm link react-sketchappThanks @jongold I will keep you updated on that one. Oh, it didn't start well. Any idea what is happening here?

looks like you're not in the right directory?
@jongold Yup you were right! but after that I got another error... Weird:

Nvm, I just fixed it! I had to 'npm update' when I was inside that directory!
Ok my progress so far @jongold:
npm run checknpm linknpm run watchcd into one of the examples (or any react-sketchapp project itself), npm install and then npm link react-sketchappP.s I had some problems with npm and stuff but I fixed them by now. That's what caused the delay.
This is fixed in #111 / 0.11.1 :)