mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Added files
This commit is contained in:
11
server/node_modules/emoji-strip/examples/emoji-strip.js
generated
vendored
Normal file
11
server/node_modules/emoji-strip/examples/emoji-strip.js
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
var emojiStrip = require('..'),
|
||||
emoji
|
||||
;
|
||||
|
||||
emoji = 'thumbs-up👍 for staying strong💪 without emoji please🙏';
|
||||
console.log(emojiStrip(emoji));
|
||||
// => "thumbs-up for staying strong without emoji please"
|
||||
|
||||
emoji = 'dealing with emoji😡 makes me feel like poop💩';
|
||||
console.log(emojiStrip(emoji));
|
||||
// => "dealing with emoji makes me feel like poop"
|
||||
Reference in New Issue
Block a user