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