eldargab / easy-table

Nice text table for Node.js
314 stars 31 forks source link

Pull request for issue #20 #21

Closed apexearth closed 6 years ago

apexearth commented 6 years ago

Length function doesn't properly strip out some color data from strings. #20

Use ansi-regex package to strip out ansi from string in length function.

eldargab commented 6 years ago

Thank you