Ratfactor.com
>
Dave's Repos
faceclick
A lightweight Emoji picker popup library with labels and keyword search.
git clone http://ratfactor.com/repos/faceclick/faceclick.git
About
Files
Commits
faceclick/data/go.sh
Download raw file:
data/go.sh
1
#!/bin/sh
2
3
ruby customizer.rb data.json > myemoj.json
4
ruby makesheet.rb myemoj.json custom-sheet.html
5
ruby makejs.rb myemoj.json > mydata.js
6