I\'m working with HTMLCanvas element that return the blob object outside of the async toBlob() function. This function doesn\'t return an output va
HTMLCanvas
async toBlob()
const blob = await new Promise(resolve => canvasElem.toBlob(resolve));