Bitmap
public class Bitmap : Layer
Represents an image in Sketch.
-
References the name of an image thats stored in
SalsaConfig.imageExportDirectory. Should not contain the file type. i.e. useimage
instead ofimage.png
Declaration
Swift
public let fileName: String -
Declaration
Swift
public required init?(json: [String : Any]) -
Undocumented
Declaration
Swift
override public func toJson() -> [String : Any]
Bitmap Class Reference