imagemin / imagemin-webp

WebP plugin for imagemin
MIT License
494 stars 45 forks source link

how to use this package in react native? #35

Closed ali226281 closed 1 year ago

ali226281 commented 3 years ago

I have a react native project. In this project, the user can select a photo from the camera folder of his mobile phone and send it to us through the application. Now my question is whether it is possible to use this package to convert the selected photo to webp format and then send it?

sindresorhus commented 1 year ago

This is a Node.js package. It's not compatible with React Native.