1.1.0 • Published 3 years ago

@jamesncm123/bmptopng v1.1.0

Weekly downloads
268
License
ISC
Repository
-
Last release
3 years ago

Install

$ npm i @jamesncm123/bmptopng --save

Example

const bmptopng = require('@jamesncm123/bmptopng'); \ \ const url = 'urlImage';\ \ bmptopng.uriToBuffer(url).then( \     buf =>{\       console.log(buf);\     }\     ).catch(err=>{\       console.log(err);\     }\ );

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago