2.0.0 • Published 9 years ago
dog-pad v2.0.0
Install
$ npm install --save dog-padUsage
const dogPad = require('dog-pad');
dogPad('Woof', 6);
//=> '🐕🐕Woof'API
dogPad(input, length)
Pads input with dogs on the left side if it's shorter than length. Padding dogs are truncated if they exceed length.
input
Type: string
String to pad.
length
Type: number
Default: 0
Padding length.
Credit
Based on cat-pad
License
MIT © Dog Pad