Hello,
First, thank you for this amazing plugin!
I have a suggestion for improvement. Currently, when exporting a Lottie animation with images, the .json file uses the absolute path from my local machine to reference those images (e.g., E:\Projects\...\xxxx.png).
This causes issues when sharing the animation with others or deploying it to a server, as the path breaks.
Could you please change this behavior to use relative paths by default? For example, all images could be placed in an /images folder next to the .json file, and the path in the JSON would simply be "images/xxxx.png".
This would make the exported files much more portable and collaboration-friendly.
Thanks for considering this!
Best regards