ENVs:
- PORT - The port number on which the server will be launched.
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.
git clone [email protected]:maddevsio/image2webp-test.git
npm install
npm run start
Go to http://localhost:3000 (or your PORT).