package
1.6.1
Repository: https://github.com/leaanthony/go-ansi-parser.git
Documentation: pkg.go.dev

# README

This script is used to regenerate the colour definitions used by go-ansi-parser.

This script makes use of the colours defined here which are licensed using the Creative Commons Attribution-ShareAlike 4.0 International License.

# Variables

Template is our cols.go templatego:embed gen.tmpl.

# Structs

Hsl represents the HSL value of the colour.
InputCol represents a colour value.
Rgb represents an RGB colour value with 8bits per channel.