interface Options {
    applyAttributesTableElements?: boolean;
    applyHeightAttributes?: boolean;
    applyStyleTags?: boolean;
    applyWidthAttributes?: boolean;
    extraCss?: string;
    inlinePseudoElements?: boolean;
    insertPreservedExtraCss?: boolean;
    preserveFontFaces?: boolean;
    preserveImportant?: boolean;
    preserveKeyFrames?: boolean;
    preserveMediaQueries?: boolean;
    preservePseudos?: boolean;
    removeStyleTags?: boolean;
    webResources?: WebResourcesOptions;
    xmlMode?: boolean;
}

Properties

applyAttributesTableElements?: boolean
applyHeightAttributes?: boolean
applyStyleTags?: boolean
applyWidthAttributes?: boolean
extraCss?: string
inlinePseudoElements?: boolean
insertPreservedExtraCss?: boolean
preserveFontFaces?: boolean
preserveImportant?: boolean
preserveKeyFrames?: boolean
preserveMediaQueries?: boolean
preservePseudos?: boolean
removeStyleTags?: boolean
webResources?: WebResourcesOptions
xmlMode?: boolean

Generated using TypeDoc