rmi-downloader
v1.0.0
Published
decode rmi image from http://mangarock.com/
Downloads
8
Readme
rmi-downloader
Install
npm i rmi-downloader
Usage
const rmiDownloader = require('rmi-downloader')
rmiDownloader(url, {dl: true})
//=> base64 webp
rmiDownloader(url, {dl: true, writeToFile: {dest: '', name:'test'}})
//=> file path
rmiDownloader(arrayBuffer)
//=> base64 webp
rmiDownloader(arrayBuffer, {writeToFile: {dest: '', name:'test'}})
//=> base64 webp
Contributing
- Fork it!
- Create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am 'Add some feature'
- Push to the branch:
git push origin my-new-feature
- Submit a pull request :D
Author
rmi-downloader © AzSiAz, Released under the MIT License. Authored and maintained by AzSiAz with help from contributors (list).
github.com/AzSiAz · GitHub @AzSiAz · Twitter @AzSiAz