neighbWang / booster-pngquant-provider

Prebuilt pngquant executables

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

booster-pngquant-provider

This project is a plugin of booster to provide prebuilt pngquant executables

Getting Started

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"
    }
    ...
}

About

Prebuilt pngquant executables

License:GNU General Public License v3.0


Languages

Language:Kotlin 100.0%