dog-pad
v2.0.0
Published
Left pad a string with dogs
Downloads
9
Readme
Install
$ npm install --save dog-pad
Usage
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