VGamezz19 / react-native-sketch-draw

🔵React Native (v0.53) 🎨Component for touch based drawing supporting iOS and Android.
MIT License
34 stars 9 forks source link

How to get jpeg image ? #1

Open MrZhang123 opened 6 years ago

MrZhang123 commented 6 years ago

when i save the image , i get png image , how to setting to get jpg image ?

mark-spurgeon commented 6 years ago

You need to convert it to png I guess. You can use react-native-image-resizer to resize the image if you need to and save to JPEG.