Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
const operation = async () => {
setImage(await PhotoManipulator.printText(IMAGE, texts()))
setImagePng(await PhotoManipulator.printText(IMAGE, texts(), MimeType.PNG))
};
const operation = async () => {
setImage(await PhotoManipulator.printText(IMAGE, texts()))
setImagePng(await PhotoManipulator.printText(IMAGE, texts(), MimeType.PNG))
};