Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IImageUtil

Interface used to abstract implementation details to allow for NodeJS and Browser usage of the library.

Hierarchy

  • IImageUtil

Implemented by

Index

Methods

Methods

getBase64Image

  • getBase64Image(img: any): string
  • Returns a base64 encoded string for an image.

    Parameters

    • img: any

      an image.

    Returns string

    a base 64 encoded string of the image.

Generated using TypeDoc