2.0.0 • Published 8 years ago

dog-pad v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

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