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
- Host: GitHub
- URL: https://github.com/johnsonlee/booster-pngquant-provider
- Owner: johnsonlee
- License: gpl-3.0
- Created: 2020-01-15T17:47:45.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-08-25T14:55:43.000Z (almost 4 years ago)
- Last Synced: 2025-03-28T23:51:11.928Z (about 1 year ago)
- Language: Kotlin
- Homepage:
- Size: 1.32 MB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}
...
}
```