Skip to content

dog-pad/dog-pad

Repository files navigation

Build Status

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