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

    Interface ParserRegistryEntry

    Interface for a color parser registry entry. Each entry represents a parser for a specific color format.

    interface ParserRegistryEntry {
        parse: ColorParserFn;
        pattern: RegExp;
    }
    Index

    Properties

    Properties

    The function that performs the parsing

    pattern: RegExp

    The pattern to match for this parser