pixel-webp

Parse Webp to ImageData in cross-platform

Usage no npm install needed!

<script type="module">
  import pixelWebp from 'https://cdn.skypack.dev/pixel-webp';
</script>

README

pixel-webp

Npm version Build Status

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 object instead of ImageData at Node.js

See also

License

MIT