blueimp / JavaScript-Load-Image

Load images provided as File or Blob objects or via URL. Retrieve an optionally scaled, cropped or rotated HTML img or canvas element. Use methods to parse image metadata to extract IPTC and Exif tags as well as embedded thumbnail images, to overwrite the Exif Orientation value and to restore the complete image header after resizing.
https://blueimp.github.io/JavaScript-Load-Image/
MIT License
4.45k stars 922 forks source link

Compatibility with jQuery 3.5.0 #100

Closed StudioMaX closed 4 years ago

StudioMaX commented 4 years ago

Usages like $('<div/>') must be changed to $('<div></div>')

See the blog post: https://blog.jquery.com/2020/04/10/jquery-3-5-0-released/ and the upgrade guide for more details: https://jquery.com/upgrade-guide/3.5/

blueimp commented 4 years ago

Thanks @StudioMaX! ☺️