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 2aef566 commit 2b0b001Copy full SHA for 2b0b001
README.md
@@ -3,14 +3,14 @@
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
-});
+ loadImage(file, function(canvas) {
+ //See the main repo for more instructions
+ });
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
-var loadImage = require('blueimp-load-image-browserify/js/load-image');
13
-require('blueimp-load-image-browserify/js/load-image-ios');
+ var loadImage = require('blueimp-load-image-browserify/js/load-image');
+ require('blueimp-load-image-browserify/js/load-image-ios');
14
15
16
## Demo
0 commit comments