BrowserPresentationFormat

public enum BrowserPresentationFormat

presentation formats supported to render PlantUML scripts in browser

  • image only (as .png)

    Declaration

    Swift

    case imagePng
  • png

    image only (as .png)

    Declaration

    Swift

    case png
  • svg

    image only (as .svg)

    Declaration

    Swift

    case svg
  • editable script and corresponding diagram

    Declaration

    Swift

    case `default`