1.1.0 • Published 5 years ago

@jamesncm123/bmptopng v1.1.0

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

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago

1.0.3

5 years ago

1.0.2

5 years ago

1.0.1

5 years ago