Function dataURLtoBlob

  • Convert a dataURL to a blob. Intended use is converting a three.js screenshot to a blob.

    Parameters

    • dataURL: string

      dataURL to convert

    Returns Blob

    dataURL as blob

Generated using TypeDoc