2017-06-08_509bba0/509bba0_unpacked_with_node_modules/~/pica/lib/resize.js
2022-07-26 10:06:20 -07:00

18 lines
No EOL
327 B
JavaScript
Executable file

// Proxy to simplify split between webworker/plain calls
'use strict';
var resize = require('./pure/resize');
module.exports = function (options, callback) {
var output = resize(options);
callback(null, output);
};
//////////////////
// WEBPACK FOOTER
// ./~/pica/lib/resize.js
// module id = 630
// module chunks = 4