cross-stitch - v2.0.0
    Preparing search index...

    Interface PatternTotals

    Overall pattern stitch counts plus a per-color breakdown.

    interface PatternTotals {
        byColor: ColorStitchCounts[];
        total: StitchCounts;
    }
    Index

    Properties

    Properties

    Counts broken down per color, in palette order.

    Counts across the whole pattern.