@dragonspark/chroma-kit
    Preparing search index...

    Function registerParser

    • Registers a parser for a specific color format. This adds the parser to the registry for later use.

      Parameters

      • pattern: RegExp

        The pattern to match for this parser

      • parse: ColorParserFn

        The parsing function

      Returns void