It's possible to convert to png after cropping ? #452
anarkrypto
started this conversation in
General
Replies: 1 comment
-
Yes it's possible. If you check this example: https://codesandbox.io/embed/q8q1mnr01w In the crop image.js file, you can replace jpeg by png at line 90. Then, you only have to adapt the example to save the image instead of displaying it inside a popup. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Since it supports jpeg and png, it's possible to export cropped images directly to png always ?
Beta Was this translation helpful? Give feedback.
All reactions