0.1.2 • Published 4 years ago

browser-image-converter v0.1.2

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

Browser Image Converter

npm.io

NPM pacakge or JavaScript file for converting and downloading different types images. This package will only work on browser.

Demo: https://browser-image-converter.surge.sh/

Sample Usage

Install package

npm install browser-image-converter

JS Script from JSDelivr

https://cdn.jsdelivr.net/npm/browser-image-converter@0.1.1/dist/index.min.js

Embeded or require script to your html or working file.

Image Types: PNG, JPEG, GIF

browserImageCoverter.downloadImageWithType(imageUrl, imageType)

Development

yarn start

Contributions

Feel free to report bugs and make feature requests in the Issue Tracker, fork and create pull requests!