Read the opened file in Illustartor
Hi Team,
I am trying to read the image from the illustrator and open them in my application.
Currently, I am not able to get the file of the image as it is reading from my local system.
Eg: file:///C:/Users/KeerthanaMaruthachal/Pictures/okta.png
Consider I am getting above path from Illustrator.
1.Where I am not able to read the file and convert them to a file object.
2. Even I am trying to use the node.js functionality for reading the file . I need to use the js file inside my jsx file
Tried below ways
Still no luck facing below error:
Any help team here?