Module RQRCode::Export::ANSI
In: lib/rqrcode/export/ansi.rb

Methods

as_ansi  

Public Instance methods

Returns a string of the QR code as characters writen with ANSI background set.

Options: light: Foreground ("\033[47m") dark: Background ANSI code. ("\033[47m") fill_character: The written character. (’ ’) quiet_zone_size: (4)

[Validate]