You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Navigate to the $toCanvas topic and it has an example of creating a seperate canvas element out of selection:
Returns
Type: Promise
A promise that resolves to the generated canvas element.
Generates a real canvas element, with the image (selected area only) drawn into if there is one.
I cannot figure out how to implement this in my html page with multiple cropper-selection instances in one canvas
https://fengyuanchen.github.io/cropperjs/v2/api/cropper-selection.html#tocanvas
Navigate to the $toCanvas topic and it has an example of creating a seperate canvas element out of selection:
I cannot figure out how to implement this in my html page with multiple
cropper-selection
instances in one canvasCode:
The text was updated successfully, but these errors were encountered: