README
pixel-webp
Parse Webp to ImageData in cross-platform.
Installation
$ yarn add -D pixel-webp
# or
$ npm install pixel-webp --save
API
file
) -> promise.then(images
)
pixelWebp.parse(return images
is Array contains one or more ImageData
.
Return the
object
instead ofImageData
at Node.js