Function decodePng

  • Decode a PNG. See the fast-png npm module.

    Parameters

    • buffer: Uint8Array

      The data to decode.

    Returns Image

    The decoded image.