Install $ npm install --save cat-pad Usage const catPad = require('cat-pad'); catPad('Meow', 5); //=> '๐๐๐๐๐Meow' API catPad(input, count) input Type: string String to pad. count Type: number Default: 0 Amount of cats. License MIT ยฉ Sindre Sorhus