Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 453 Bytes

File metadata and controls

18 lines (12 loc) · 453 Bytes

clapped

Makes 👏 your 👏 text 👏 clapped 👏

Installation

npm i clapped

Usage

const clapped = require('clapped');
console.log(clapped('Woo this is pretty cool')); // Woo 👏 this 👏 is 👏 pretty 👏 cool 👏

NOTE: The example above will only work if you are using a terminal that has emoji support. If it results with a bunch of odd looking characters, you should be fine - don't open an issue.