styled_string

Print styled text with a StyledString object that has an interface similar to String.

Usage no npm install needed!

<script type="module">
  import styledString from 'https://cdn.skypack.dev/styled_string';
</script>

README

StyledString

StyledString has an interface similar to String, but allows you to represent styled text that can be rendered to the terminal.

For now, see the tests.js for usage.