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