Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dalenguyen/browser-image-converter

NPM package for converting images on browser (PNG, JPEG, GIF)
https://github.com/dalenguyen/browser-image-converter

converting-images image-converter

Last synced: about 1 month ago
JSON representation

NPM package for converting images on browser (PNG, JPEG, GIF)

Awesome Lists containing this project

README

        

# Browser Image Converter

[![](https://data.jsdelivr.com/v1/package/npm/browser-image-converter/badge)](https://www.jsdelivr.com/package/npm/browser-image-converter)

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

```sh
npm install browser-image-converter
```

JS Script from JSDelivr

```sh
https://cdn.jsdelivr.net/npm/[email protected]/dist/index.min.js
```

Embeded or require script to your html or working file.

Image Types: PNG, JPEG, GIF

```sh
browserImageCoverter.downloadImageWithType(imageUrl, imageType)
```

## Development

```sh
yarn start
```

## Contributions

Feel free to report bugs and make feature requests in the [Issue Tracker](https://github.com/dalenguyen/browser-image-converter/issues), fork and create pull requests!