2.0.5 • Published 3 years ago

@creately/image-to-png v2.0.5

Weekly downloads
98
License
MIT
Repository
-
Last release
3 years ago

@creately/image-to-png

This will convert Interlace PNG, SVG, GIF, ICON, BMP format to PNG image.

Support: All browsers and node.js

Install

$ npm install @creately/image-to-png

Usage

import { ImageToPng } from '@creately/image-to-png';

const convertedImage = new ImageToPng().toPNG('Image Base64 string');

console.log(convertedImage);
//=> 'data:image/png;base64,....'

API

.toPNG(base64 image string)

This return a Promise string.

2.0.5

3 years ago

2.0.4

3 years ago

2.0.3

3 years ago

2.0.2

4 years ago

2.0.1

4 years ago

2.0.0

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago