images-batch-save
v1.0.2
Published
this is batch download plugin
Downloads
4
Maintainers
Readme
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)