Appearance
squoosh
INFO
图片压缩工具
官网:https://squoosh.app
项目地址:https://github.com/GoogleChromeLabs/squoosh
Developing
To develop for Squoosh:
Clone the repository
To install node packages, run:
shnpm installThen build the app by running:
shnpm run buildAfter building, start the development server by running:
shnpm run dev