Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 967c910

Browse files
committed
Create minified script and update package version.
1 parent 3a5e71e commit 967c910

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
.PHONY: js
22

33
js:
4-
uglifyjs -nc load-image.js > load-image.min.js
4+
uglifyjs load-image.js -c -o load-image.min.js

load-image.min.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "blueimp-load-image",
3-
"version": "1.2.3",
3+
"version": "1.3.0",
44
"title": "JavaScript Load Image",
55
"description": "JavaScript Load Image is a function to load images provided as File or Blob objects or via URL. It returns an optionally scaled HTML img or canvas element.",
66
"keywords": [

0 commit comments

Comments
 (0)