JSPM

styled_string

0.0.1
    • ESM via JSPM
    • ES Module Entrypoint
    • Export Map
    • Keywords
    • License
    • Repository URL
    • TypeScript Types
    • README
    • Created
    • Published
    • Downloads 215242
    • Score
      100M100P100Q148812F
    • License MIT

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

    Package Exports

    • styled_string

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (styled_string) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    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.