fast-png
    Preparing search index...

    Interface DeflateFunctionOptions

    interface DeflateFunctionOptions {
        dictionary?: any;
        level?: 0 | 1 | 2 | 4 | 8 | 3 | 7 | 5 | 6 | -1 | 9;
        memLevel?: number;
        raw?: boolean;
        strategy?: StrategyValues;
        windowBits?: number;
    }
    Index

    Properties

    dictionary?: any
    level?: 0 | 1 | 2 | 4 | 8 | 3 | 7 | 5 | 6 | -1 | 9
    memLevel?: number
    raw?: boolean
    strategy?: StrategyValues
    windowBits?: number