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 81ff11a commit 1407e24Copy full SHA for 1407e24
1 file changed
README.md
@@ -50,7 +50,8 @@ var options = {
50
height: 250,
51
},
52
metadata: ['exif', 'ocr', 'psd'],
53
- format: 'jpg'
+ format: 'jpg',
54
+ data: { foo: 'bar' }
55
}
56
57
previews.generate(url, options, function(err, result) {
0 commit comments