Options
All
  • Public
  • Public/Protected
  • All
Menu

Hierarchy

Index

Constructors

constructor

Properties

Protected Readonly config

config: IConfig

Methods

Protected Abstract attachMetadata

  • attachMetadata(source: Vinyl): Promise<Vinyl>

generateHtmlHeaders

  • Create HTML-headers for target icons.

    Parameters

    • Default value headersConfig: IHeadersConfig = {}

      Custom headers config.

    Returns IHtmlHeader[]

    Array of headers objects. You can get HTML-markup with getHtmlHeadersMarkup helper.

Protected generateIco

Protected generateIcon

generateIcons

  • generateIcons(source: Vinyl | Vinyl[]): AsyncGenerator<File, void, unknown>
  • Create favicons form sources.

    Parameters

    • source: Vinyl | Vinyl[]

    Returns AsyncGenerator<File, void, unknown>

    Results of handling.

Protected generateIconsOfType

  • generateIconsOfType(iconsType: string, sources: Vinyl[]): AsyncGenerator<File, void, unknown>
  • Create icons of given type.

    Parameters

    • iconsType: string

      Type of needed icons.

    • sources: Vinyl[]

      Icons sources.

    Returns AsyncGenerator<File, void, unknown>

    Icons of given type.

generateManifset

Protected Abstract renderIcon

  • renderIcon(sources: Vinyl[], config: IRenderConfig): Promise<Buffer>

Generated using TypeDoc