npm installnpm run devnpm run buildYou can leverage the handlebars templating engine to generate html files from a template. Only the .html.handlebars files are processed. Currently only variables based on the files in src/fragments are available. Thus if you want to substitute the content of a frament file use it's dashed name as a variable name (e.g. {{saturation-html}}).
All .json files in /assets are subject of color transformation.
The expected format of the transformed key:value is [color|colorFrom|colorTo]:colorName opacity. The colorName is they substitued by the named color defined in color.mjs.
npm installnpm run devnpm run buildYou can leverage the handlebars templating engine to generate html files from a template. Only the .html.handlebars files are processed. Currently only variables based on the files in src/fragments are available. Thus if you want to substitute the content of a frament file use it's dashed name as a variable name (e.g. {{saturation-html}}).
All .json files in /assets are subject of color transformation.
The expected format of the transformed key:value is [color|colorFrom|colorTo]:colorName opacity. The colorName is they substitued by the named color defined in color.mjs.