8 ms·
Yes, that's exactly right. All your images are processed locally and don't leave your device. They are all processed in the web browser with javascript and your
by jakemanger 1y ago
Yes, that's exactly right. All your images are processed locally and don't leave your device. They are all processed in the web browser with javascript and your dev tools like you say should show that.
- wvlia5 1y agoI think he means "why does it have to upload to the browser, can't it just read from the filesystem?" it should work, but browsers make it more complicated.