buffer-image
Convert a buffer to and from png image data.
Install
npm install buffer-image
Usage
const bufferImage = ; async { const image = await ; const result = await bufferImage console //=> "Hello World"}
API
bufferImage(input)
Convert a buffer to a png buffer.
bufferImage.from(input)
Convert a png buffer to a buffer.
input
Type: string
The buffer to convert.