Parse Webp to ImageData for React Native.
$ npm install react-native-pixel-webp
For RN >= 0.65, run npm install react-native-blob-util
.
For RN < 0.65, run npm install react-native-blob-util@0.16.3
, and patch manually to fix: with react-native-web product build will export 'URIUtil' (reexported as 'URIUtil') was not found.
var pixelWebp= require('react-native-pixel-webp');
console.log(pixelWebp); //object
return images
is Array contains one or more ImageData
.