png-compressor
    Preparing search index...

    Type Alias TextBlock

    Data blocks: text, JSON, binary

    type TextBlock = {
        name: string;
        type: "text";
        value: string;
    }
    Index

    Properties

    Properties

    name: string
    type: "text"
    value: string