Skip to content

Commit a3f6c56

Browse files
Changing name of library to "load-image"
This is the name it expects in the JS files, won't compile without it.
1 parent dfadfa3 commit a3f6c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "blueimp-load-image",
2+
"name": "load-image",
33
"version": "2.1.0",
44
"title": "JavaScript Load Image",
55
"description": "JavaScript Load Image is a library to load images provided as File or Blob objects or via URL. It returns an optionally scaled and/or cropped HTML img or canvas element. It also provides a method to parse image meta data to extract Exif tags and thumbnails and to restore the complete image header after resizing.",

0 commit comments

Comments
 (0)