Options
All
  • Public
  • Public/Protected
  • All
Menu

Module types

Index

Type aliases

IPostfixFormatter

IPostfixFormatter: (width: number, mul?: number, format?: string) => string

Type declaration

    • (width: number, mul?: number, format?: string): string
    • Parameters

      • width: number
      • Optional mul: number
      • Optional format: string

      Returns string

Postfix

Postfix: string | IPostfixFormatter

Postfix string or function to generate postfix for image.

Generated using TypeDoc