Add js-emoji as a component

This commit is contained in:
lilia 2015-03-10 17:04:10 -07:00
parent 254131488e
commit 01092075ac
3 changed files with 2504 additions and 3 deletions

View File

@ -21,7 +21,8 @@
"backbone.typeahead": "mojotech/backbone.typeahead",
"blueimp-load-image": "~1.13.0",
"blueimp-canvas-to-blob": "~2.1.1",
"twemoji": "~1.2.1"
"twemoji": "~1.2.1",
"emojijs": "iamcal/js-emoji"
},
"devDependencies": {
"mocha": "~2.0.1",
@ -103,6 +104,9 @@
"72x72/*",
"36x36/*",
"26x26/*"
],
"emojijs": [
"emoji.js"
]
},
"concat": {
@ -122,7 +126,8 @@
"backbone.typeahead",
"blueimp-load-image",
"blueimp-canvas-to-blob",
"twemoji"
"twemoji",
"emojijs"
],
"libtextsecure": [
"jquery",

1248
components/emojijs/emoji.js Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff