Padloc Logo Docs & Resources

Interface: Fingerprint

randomart.Fingerprint

Represents a "fingerprint" visualization of a certain height and width, the values property contains the raw values generated using the drunken bishop while symbols represents the same values by mapping the on the symbols defined in Options.symbols.

Properties

height

height: number

Defined in

core/src/randomart.ts:21


symbols

symbols: string[][]

Defined in

core/src/randomart.ts:23


values

values: number[][]

Defined in

core/src/randomart.ts:22


width

width: number

Defined in

core/src/randomart.ts:20