Module: Escpos::Helpers

Extended by:
Helpers
Included in:
Helpers
Defined in:
lib/escpos/helpers.rb

Instance Method Summary collapse

Instance Method Details

#image(path, options = {}) ⇒ Object



5
6
7
# File 'lib/escpos/helpers.rb', line 5

def image(path, options = {})
  Image.new(path, options).to_escpos
end