UNPKG
@gaikema/emojify
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
Transform a block of text into an emojipasta
www.mattgaikema.com/Static/Emojify/index.html
@gaikema/emojify
/
tests
/
test.js
4 lines
(3 loc)
•
138 B
JavaScript
View Raw
1
2
3
4
var
Emojify
=
require
(
"../lib/Emojify.js"
);
var
emojifyTest =
new
Emojify
.
Emojify
(
"This is a test!"
);
console
.
log
(emojifyTest.
emojify
());