Sha256: f9aab637f2c1ccd2f5554d813434a2c1710b07caafb44833c15e07c2df34d194
Contents?: true
Size: 211 Bytes
Versions: 1
Compression:
Stored size: 211 Bytes
Contents
require 'text2svg/option' require 'text2svg/outline2d' require 'text2svg/typography' require 'text2svg/version' module Kernel def Text2svg(text, option) Text2svg::Typography.build(text, option) end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
text2svg-0.2.0 | lib/text2svg.rb |