-
Notifications
You must be signed in to change notification settings - Fork 44
Open
Labels
Description
Using ps2ascii content can be extracted in the form of text, images, and fills. Probably need to align this information onto a grid with a certain fineness:
Spindrift
.extract([grid fineness]) // grid fineness creates
Group
.commands() => [<command>, <command>]
.bound(l, b, r, t) => group()
.rows() => [<group>, <group>] // tries to automatically determine "rows" of elements
.columns() => [<group>, <group>] // tries to automatically determine "columns" of elements
.text() // plaintext
.images() // images
Reactions are currently unavailable