Sha256: 18f2713faad2696aee80e2b3a2b0b9e615722e6fcd6f6448882352b8317ed529

Contents?: true

Size: 177 Bytes

Versions: 21

Compression:

Stored size: 177 Bytes

Contents

module Esvg::Helpers
  def embed_svgs(options={})
    Esvg.embed(options).html_safe
  end

  def svg_icon(name, options={})
    Esvg.svg_icon(name, options).html_safe
  end
end

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
esvg-2.8.1 lib/esvg/helpers.rb
esvg-2.8.0 lib/esvg/helpers.rb
esvg-2.7.0 lib/esvg/helpers.rb
esvg-2.6.0 lib/esvg/helpers.rb
esvg-2.5.0 lib/esvg/helpers.rb
esvg-2.4.3 lib/esvg/helpers.rb
esvg-2.4.2 lib/esvg/helpers.rb
esvg-2.4.1 lib/esvg/helpers.rb
esvg-2.4.0 lib/esvg/helpers.rb
esvg-2.3.1 lib/esvg/helpers.rb
esvg-2.3.0 lib/esvg/helpers.rb
esvg-2.2.5 lib/esvg/helpers.rb
esvg-2.2.4 lib/esvg/helpers.rb
esvg-2.2.3 lib/esvg/helpers.rb
esvg-2.2.2 lib/esvg/helpers.rb
esvg-2.2.1 lib/esvg/helpers.rb
esvg-2.2.0 lib/esvg/helpers.rb
esvg-2.1.1 lib/esvg/helpers.rb
esvg-2.1.0 lib/esvg/helpers.rb
esvg-2.0.3 lib/esvg/helpers.rb