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

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

package com.jzbrooks.vgo.plugin

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy