-
-
Save jpadilla/11404232 to your computer and use it in GitHub Desktop.
Revisions
-
jpadilla revised this gist
Apr 29, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,4 @@ var previews = new FilePreviews({debug: true, loaderImage: 'http://placehold.it/100x100'}); var url = 'https://www.filepicker.io/api/file/WHOGzEmPRSGNYKyHRBWk'; var options = { -
gcollazo renamed this gist
Apr 29, 2014 . 1 changed file with 0 additions and 0 deletions.There are no files selected for viewing
File renamed without changes. -
gcollazo created this gist
Apr 29, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ var previews = new FilePreviews({debug: true}); var url = 'https://www.filepicker.io/api/file/WHOGzEmPRSGNYKyHRBWk'; var options = { size: { width: 100, height: 999, }, metadata: ['ocr', 'exif'] }; previews.generate(url, options, function(err, result) { console.log(result); });