Lines Matching refs:align
1 …align-text [](http://badge.fury.io/js/align…
10 align([1, 2, 3, 100]);
25 $ npm i align-text --save
31 var align = require('align-text');
32 align(text, callback_function_or_integer);
38 …turn an integer representing the amount of leading indentation to use as `align` loops over each l…
43 align(text, 4);
46 Would align:
107 ### Center align
112 align(text, centerAlign);
115 Would align this text:
163 align(text, function (len, max, line, lines) {
182 align(text, function (len, max, line, lines) {
203 * [center-align](https://github.com/jonschlinkert/center-align): Center-align the text in a string.
206 * [right-align](https://github.com/jonschlinkert/right-align): Right-align the text in a string.
220 … feature requests, [please create an issue](https://github.com/jonschlinkert/align-text/issues/new)