We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34b94a2 commit 2aef566Copy full SHA for 2aef566
README.md
@@ -1,5 +1,18 @@
1
# JavaScript Load Image
2
3
+##Browserify usage
4
+var loadImage = require('blueimp-load-image-browserify/js/load-image');
5
+
6
+loadImage(file, function(canvas) {
7
+ //See the main repo for more instructions
8
+});
9
10
+//If you need to use any of the extra files, e.g. the iOS fix, just include them after the main require:
11
12
13
+require('blueimp-load-image-browserify/js/load-image-ios');
14
15
16
## Demo
17
[JavaScript Load Image Demo](http://blueimp.github.io/JavaScript-Load-Image/)
18
0 commit comments