com.jzbrooks.vgo.plugin.OutputFormat.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vgo-plugin Show documentation
Show all versions of vgo-plugin Show documentation
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