Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 473 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 473 Bytes

Simple image to webp converter

ENVs:

  • PORT - The port number on which the server will be launched.

Requirements:

You should have ffmpeg installed on your system.

For MacOS:

brew install ffmpeg

For Ubuntu/Debian:

sudo apt update
sudo apt install ffmpeg

Node js version 18.x and higher.

How to start

git clone [email protected]:maddevsio/image2webp-test.git

npm install

npm run start

Go to http://localhost:3000 (or your PORT).