justinm/ANSI to HTML
Escapes ANSI color escape sequences into HTML HEX colors.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
- Runtime
- Deprecated runtime
Inputs
| name | description | required | default |
|---|---|---|---|
| input | The raw input containing ANSI color codes. An input or path must be specified, but not both. | no | — |
| path | The path to the file containing ANSI color codes. An input or path must be specified, but not both. | no | — |
| encoding | The encoding for the raw input. Defaults to utf8. | yes | utf8 |
Outputs
| name | description |
|---|---|
| contents | The input or contents of path where all ANSI codes have been replaced with HTML color codes. |