1.1.0 • Published 4 years ago

@jamesncm123/bmptopng v1.1.0

Weekly downloads
268
License
ISC
Repository
-
Last release
4 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

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