-
Declaration
Swift
public static func renderVerbose( content: String, style: CarbonStyle ) -> EnvIO<ProgressReport, nef.Error, (ast: String, images: NEA<Data>)>
-
Declaration
Swift
public static func renderVerbose( content: String, style: CarbonStyle, filename: String, into output: URL ) -> EnvIO<ProgressReport, nef.Error, (ast: String, url: URL)>
-
Declaration
Swift
public static func render( playground: URL, style: CarbonStyle, into output: URL ) -> EnvIO<ProgressReport, nef.Error, NEA<URL>>
-
Declaration
Swift
public static func render( playgroundsAt: URL, style: CarbonStyle, into output: URL ) -> EnvIO<ProgressReport, nef.Error, NEA<URL>>
-
Declaration
Swift
public static func request( configuration: CarbonModel ) -> URLRequest
-
Declaration
Swift
public static func view( configuration: CarbonModel ) -> NefModels.CarbonView