kocheck/Lazy-Export

Enable Lazy Export to actually trigger the figma Export function

Closed this issue · 3 comments

Enable Lazy Export to actually trigger the figma Export function. This could get complex and should be turned into another issue if it presents its self to be a problem.

For IOS this would be invaluable eith the Exported Assets a Contents.json file should be included that follows this logic.
{
"images" : [
{
"idiom" : "universal",
"filename" : "add_photo_white.png",
"scale" : "1x"
},
{
"idiom" : "universal",
"filename" : "add_photo_white@2x.png",
"scale" : "2x"
},
{
"idiom" : "universal",
"filename" : "add_photo_white@3x.png",
"scale" : "3x"
}
],
"info" : {
"version" : 1,
"author" : "xcode"
}
}

Stale issue message

Removing this from the project. After doing research with how I want this feature to work part of the solution requires some higher level javascript that I haven't learned yet. Putting this on the back burner until I can focus on it for a few days.

I did stumble across another plugin that does this feature... After a year of use, I am not convinced this would be worth it for me to build just yet. I think to build this feature I should also have some img optimization etc. Closing this for now until we take the plugin down this path.