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 (colorix) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Colorix
Colorix helps you recognize and track ansi escape sequences in your code, and provides a simple way to define and layer color presets.
// create a theme by passing colors to the first function.declareconst cx:<Colors extendsColor[]>(...colors: Colors)=>// then pass stringifiable values to the second function to colorize them.<Strings extendsStringifiable[]>(...strings: Strings)=>// the returned value is an ansified string.
Colorix<Colors, Strings>