chore: testing

This commit is contained in:
Justin McCormick
2022-08-16 01:59:04 -04:00
parent a28ec64800
commit 23f9be033a
10 changed files with 17404 additions and 55 deletions
+8 -1
View File
@@ -7,10 +7,17 @@ branding:
inputs:
input:
description: "The raw input containing ANSI color codes"
required: false
path:
description: "The raw input containing ANSI color codes"
required: false
encoding:
description: "The encoding for the raw input. Defaults to utf8"
default: "utf8"
required: true
outputs:
contents:
description: "A version of 'input' where all ANSI codes have been replaced with HTML color codes."
runs:
using: "node16"
main: "index.js"
main: "./index.js"