Options
All
  • Public
  • Public/Protected
  • All
Menu

External module "plugin/inline/inline-css"

Index

Interfaces

Type aliases

Variables

Functions

Type aliases

Make

Make: function

Type declaration

    • (str: string): Promise<number>
    • Parameters

      • str: string

      Returns Promise<number>

Variables

Const debug

debug: any = Debug('inline:parseCss')

Functions

getBase64

  • getBase64(data: string | Buffer | any[]): string

inlineCss

  • inlineCss(make: Make, content: string | Buffer, path: string, options: InlineCssOption): Promise<string>

replaceImgInline

  • replaceImgInline(make: Make, content: string, filePath: string, options: InlineCssOption): Promise<string>

replaceTextInline

  • replaceTextInline(make: Make, content: string, path: string, options: InlineCssOption): Promise<string>

Generated using TypeDoc