dog-pad

2.0.0 • Public • Published

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

Package Sidebar

Install

npm i dog-pad

Weekly Downloads

2

Version

2.0.0

License

MIT

Last publish

Collaborators

  • cht8687
  • stevemao