This commit is contained in:
Aya Morisawa 2018-08-18 04:13:25 +09:00
parent d7dbe503b6
commit 41cf856e26
3 changed files with 6 additions and 6 deletions

View file

@ -0,0 +1,10 @@
const faces = [
'(=^・・^=)',
'v(\'ω\')v',
'🐡( \'-\' 🐡 )フグパンチ!!!!',
'🖕(´・_・`)🖕',
'(。><。)',
'(Δ・x・Δ)'
];
export default () => faces[Math.floor(Math.random() * faces.length)];