Skip to content

maddevsio/image2webp-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 git@github.com:maddevsio/image2webp-test.git

npm install

npm run start

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published