Sha256: f022f0cafeaf2bcca1340125e561e88124f18ad4822079cf78eddbcb71e9c836
Contents?: true
Size: 573 Bytes
Versions: 2
Compression:
Stored size: 573 Bytes
Contents
# Polygonize Any text convert to svg polygon coordinates ## Installation Add this line to your application's Gemfile: gem 'polygonize' And then execute: $ bundle Or install it yourself as: $ gem install polygonize ## Usage include Polygonize ORIGINAL_TEXT.coordinates # => "x1,y1 x2,y2 x3,y3....." ## Contributing 1. Fork it 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Added some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create new Pull Request
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
polygonize-0.0.4 | README.md |
polygonize-0.0.3 | README.md |