Sha256: 87c1d55c6f385042446a3bbb5ab4e313ebc80350101ce56d395927687ef0b5c0
Contents?: true
Size: 690 Bytes
Versions: 1
Compression:
Stored size: 690 Bytes
Contents
# Dotmoji Get the dot data from the character. Using [misaki font](http://www.geocities.jp/littlimi/misaki.htm) ## Installation Add this line to your application's Gemfile: gem 'dotmoji' And then execute: $ bundle Or install it yourself as: $ gem install dotmoji ## Usage ```ruby require 'dotmoji' data = Dotmoji.map_data('テスト') ``` ```bash $ dotmoji display -t テスト ``` ## Contributing 1. Fork it ( https://github.com/utahta/dotmoji/fork ) 2. Create your feature branch (`git checkout -b my-new-feature`) 3. Commit your changes (`git commit -am 'Add some feature'`) 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
dotmoji-0.0.1 | README.md |