png-compressor
    Preparing search index...

    Type Alias BinaryBlock

    type BinaryBlock = {
        name: string;
        type: "bin";
        value: Uint8Array;
    }
    Index

    Properties

    Properties

    name: string
    type: "bin"
    value: Uint8Array