lzbyyty
v1.0.1
Published
A library for files download
Readme
byte-download.js
A library for files download
install
npm install byte-downloaduse in js
import byteDownload from 'byteDownload'
async downloadFile() {
const data = await axios.get('.....')
const result = await byteDownload.download(data)
// to do
}
