TerminalImage
public protocol TerminalImage
Undocumented
-
The width of the image in pixels
Declaration
Swift
var pixelWidth: Int { get }
-
The height of the image in pixels
Declaration
Swift
var pixelHeight: Int { get }
-
Column where the image was attached
Declaration
Swift
var col: Int { get set }