ailon / markerjs2

Add image annotation to your web apps.
https://markerjs.com
Other
142 stars 39 forks source link

Request: markerArea.render to Blob instead of toDataUrl #128

Closed tarngerine closed 1 year ago

tarngerine commented 2 years 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