All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.jzbrooks.vgo.plugin.OutputFormat.kt Maven / Gradle / Ivy

Go to download

vgo is a gradle plugin for optimizing vector artwork files that helps ensure a compact representation without compromising quality.

The newest version!
package com.jzbrooks.vgo.plugin

enum class OutputFormat(
    internal val cliName: String,
) {
    SVG("svg"),
    VECTOR_DRAWABLE("vd"),
    UNCHANGED("unchanged"),
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy