-
Notifications
You must be signed in to change notification settings - Fork 531
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Description
const snapshot = await canvasRef.current.makeImageSnapshot(undefined, 3);
if (!snapshot) {
Alert.alert('Error', 'Failed to take a snapshot. Please try again.');
return;
}
const base64 = snapshot.encodeToBase64();
const fileUri = FileSystem.cacheDirectory + `art_frame_${Date.now()}.png`;
i have an app artveda it is on the playstore where i am using react native canvas to merge image and text but when i am merging the image with text and other it and exporting it as image the quality of the image is very bad or we can say worse. I want original resolution and quality of the image did not getting i tried multiple ways and not working anything. please add this feature because other like fabric js is giving in web...
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request