Skip to content

FairlyTales/Webp_to_Png_Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Webp to png converter

Small script for converting webp images to png.

How to use

  1. Run pnpm install in the console, you can also use any other package manager of your choice.

  2. Place webp images in the \webp folder.

  3. Run pnpm start to convert images from webp to png. They will be saved to the \exported folder. Webp images in \webp directory will be automatically deleted.

  4. Enjoy your png images in the \exported folder.

Notes

.gitignore files in the \exported and the \webp folders are for git to track these directories so that they could be uploaded to the github.

Releases

No releases published

Packages

No packages published