@playform/inline - v0.1.4
    Preparing search index...

    Interface Interface

    interface Interface {
        path?: string;
        publicPath?: string;
        external?: boolean;
        inlineThreshold?: number;
        minimumExternalSize?: number;
        pruneSource?: boolean;
        mergeStylesheets?: boolean;
        additionalStylesheets?: string[];
        preload?: "body" | "media" | "swap" | "js" | "js-lazy";
        noscriptFallback?: boolean;
        inlineFonts?: boolean;
        preloadFonts?: boolean;
        fonts?: boolean;
        keyframes?: string;
        compress?: boolean;
        logLevel?: "info" | "warn" | "error" | "trace" | "debug" | "silent";
        reduceInlineStyles?: boolean;
        logger?: Interface;
        remote?: boolean;
        allowRules?: (string | RegExp)[];
        safeParser?: boolean;
    }

    Hierarchy

    • Options
      • Interface
    Index

    Properties

    path?: string
    publicPath?: string
    external?: boolean
    inlineThreshold?: number
    minimumExternalSize?: number
    pruneSource?: boolean
    mergeStylesheets?: boolean
    additionalStylesheets?: string[]
    preload?: "body" | "media" | "swap" | "js" | "js-lazy"
    noscriptFallback?: boolean
    inlineFonts?: boolean
    preloadFonts?: boolean
    fonts?: boolean
    keyframes?: string
    compress?: boolean
    logLevel?: "info" | "warn" | "error" | "trace" | "debug" | "silent"
    reduceInlineStyles?: boolean
    logger?: Interface
    remote?: boolean
    allowRules?: (string | RegExp)[]
    safeParser?: boolean