npm install crip-pad> Left pad a string with crips
```
$ npm install --save crip-pad
`js
const cripPad = require('crip-pad');
cripPad('TIMMAAYY', 9);
//=> '♿️TIMMAAYY'
`
Pads input with crips on the left side if it's shorter than length. Padding crips are truncated if they exceed length.
#### input
Type: string
String to pad.
#### length
Type: number0`
Default:
Padding length.
MIT © Johnie Hjelm