UNPKG
cool-text
Version:
latest (0.1.0)
0.1.0
Give a cool style to every text
cool-text
/
index.js
3 lines
•
50 B
JavaScript
View Raw
1
2
3
module
.
exports
=
str
=>
{
return
`
${str}
😎`
}