module Escpos::Helpers
Public Instance Methods
image(path, options = {})
click to toggle source
# File lib/escpos/helpers.rb, line 5 def image(path, options = {}) Image.new(path, options).to_escpos end
# File lib/escpos/helpers.rb, line 5 def image(path, options = {}) Image.new(path, options).to_escpos end