Function img

  • Parameters

    • settings: { alt?: string; source: string; title?: string }
      • Optional alt?: string

        Alternative text to include with the image for accessibility.

      • source: string

        The path to the image.

      • Optional title?: string

        A title for the image.

    Returns ImageEntry

Generated using TypeDoc