@lenml/char-card-reader - v1.0.6
    Preparing search index...

    Type Alias PngChunk

    type PngChunk = {
        crc: number;
        length: number;
        type: string;
        [key: string]: any;
    }

    Indexable

    • [key: string]: any
    Index

    Properties

    Properties

    crc: number
    length: number
    type: string