Skip to content

wellround-me/website

Repository files navigation

convert all images in folder from .jpeg to webp

for i in .jpeg; do ffmpeg -i "$i" "${i%.}.webp"; done for i in .PNG; do ffmpeg -i "$i" "${i%.}.webp"; done

run

npx http-server . --ext html

About

Official launch website of Wellround

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published