An open API service indexing awesome lists of open source software.

https://github.com/johnsonlee/booster-pngquant-provider

Prebuilt pngquant executables
https://github.com/johnsonlee/booster-pngquant-provider

Last synced: 8 months ago
JSON representation

Prebuilt pngquant executables

Awesome Lists containing this project

README

          

# booster-pngquant-provider

This project is a plugin of [booster](https://github.com/didi/booster) to provide prebuilt pngquant executables

## Getting Started

```gradle
buildscript {
ext {
booster_version = "2.3.0"
}
...
dependencies {
classpath "com.didiglobal.booster:booster-gradle-plugin:$booster_version"
...
classpath "com.didiglobal.booster:booster-task-compression-pngquant:$booster_version"
classpath "io.johnsonlee.booster:booster-pngquant-provider:$booster_version"
}
...
}
```