75lb / table-layout

Styleable plain-text table generator. Useful for formatting console output.
MIT License
23 stars 6 forks source link

Enable to run in browser #10

Closed ad-m closed 3 years ago

ad-m commented 4 years ago

I am gonna to run command-line-usage in browser environment with help of webpack. Unfortunately, webpack 4 polyfill for process module does not support process.stdout. I suggest check if that property is available, before attempt to use it.

75lb commented 3 years ago

Hi, the latest code in the master branch should now compile and run correctly in the browser.. let me know if you have any issues.