Add js-emoji as a component
This commit is contained in:
parent
254131488e
commit
01092075ac
3 changed files with 2504 additions and 3 deletions
|
@ -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
1248
components/emojijs/emoji.js
Normal file
File diff suppressed because it is too large
Load diff
1250
js/components.js
1250
js/components.js
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue