How to get image data from an URL or a File | Philippe Deschaseaux | Observable
•ojs
•ojs
Comments (2)
Jo Wood
Aug 8, 2023
It looks like createImageBitmap() has been available in Safari since V15 (September 2021):
https://developer.mozilla.org/en-US/docs/Web/API/createImageBitmap#browser_compatibility
. It works fine without the polyfill on my MacOS/Safari setup.
Philippe Deschaseaux
Aug 8, 2023
Thanks for the update, Jo !
Reply
Add comment
Subscribe to notifications
Observable
Sign in
Philippe Deschaseaux
29
12
How to get image data from an URL or a File | Philippe Deschaseaux | Observable