electron-userland / electron-spellchecker

Implement spellchecking, correctly
MIT License
238 stars 83 forks source link

Use copyImageAt instead of convertImageToBase64 #106

Open ibash opened 6 years ago

ibash commented 6 years ago

This replaces convertImageToBase64 with copyImageAt. This means that copying image works offline as well as when there might be CORS errors.