When I was using Android Studio to develop projects, its built-in function to convert png to webp was a very useful feature.
But recently when I used Cursor to develop a project, Cursor didn't have this feature built-in , so I developed a plugin
This plugin has a built-in cWebp tool library, so you don't need to download cWebp.
Features
Convert png, jpg, jpeg to webp format images.
ToooWebP has two commands:
-
ToWebP: Converts a single image to webp format and deletes the original image.
-
ToooWebP: Convert multiple images to webp format and delete the originals.
Support: mac windows and linux