SalsaConfig

public struct SalsaConfig

Undocumented

  • Directory in which exported files will be stored. This must be set before using any any Salsa methods. Salsa will create this directory if it doesn’t exist. Image assets will be saved to exportDirectory/images/.

    Declaration

    Swift

    public static var exportDirectory: String
  • Directory where image assets will be stored

    Declaration

    Swift

    public static var imageExportDirectory: String { get }