Closed tarngerine closed 1 year ago
Currently .render uses .toDataUrl which is useful sometimes, but for our use case we want a Blob because we're POSTing it immediately, and it'd be more performant to get a Blob directly instead of canvas -> dataUrl -> Blob
Currently .render uses .toDataUrl which is useful sometimes, but for our use case we want a Blob because we're POSTing it immediately, and it'd be more performant to get a Blob directly instead of canvas -> dataUrl -> Blob