Skip to content

squoosh

INFO

图片压缩工具
官网:https://squoosh.app
项目地址:https://github.com/GoogleChromeLabs/squoosh

Developing

To develop for Squoosh:

  1. Clone the repository

  2. To install node packages, run:

    sh
    npm install
  3. Then build the app by running:

    sh
    npm run build
  4. After building, start the development server by running:

    sh
    npm run dev