UNPKG

spark-plugin-mass-image-fetcher

Version:

Image fetcher backend multithreaded service to download an array of files

5 lines (4 loc) 177 B
var exec = require('cordova/exec'); exports.download = function(images, campaign, success, error) { exec(success, error, "ImageFetcher", "download", [images, campaign]); };