egg-convertor
v1.0.4
Published
Replaces all text with egg or the emoji egg
Downloads
6
Readme
egg
egg package, replaces all words with egg
const egg = require('egg-convertor')
console.log(egg({ text: 'hello', emoji: false })) //OUTPUT; 'egg egg egg eeg egg'
console.log(egg({ text: 'hello', emoji: true })) //OUTPUT; '🥚🥚🥚🥚🥚'