A lite webserver to transform JPEG, PNG, WebP, GIF, AVIF, TIFF and SVG images into WebP images and save them locally. We can access to these images later like a CDN.
nvm use
pnpm install# development
$ pnpm run start
# watch mode
$ pnpm run start:dev
# production mode
$ pnpm run start:prod# unit tests
$ pnpm run test
# e2e tests
$ pnpm run test:e2e
# test coverage
$ pnpm run test:covYou can use Docker image available on Docker Hub to use this service.
Pull requests are welcome. Please open an issue first to discuss what you would like to change.
Lite cdn is MIT licensed.