Crystal: ((height?: number, width?: number) => string)

Type declaration

    • (height?: number, width?: number): string
    • A function that return a svg image format describing the crystal.

      Parameters

      • Optional height: number

        The crystal height.

      • Optional width: number

        The crystal width.

      Returns string

Generated using TypeDoc