images batch download plugin this is a batch download plugin for images How to use? npm install images-batch-save --save import downloadImg from 'images-batch-save' const files = [ {name:'xxx',url:'xxx'}, {name:'xxx',url:'xxx'}, ] downloadImg(files)