adobe-photoshop / generator-assets

Generator Plug-in for Adobe Photoshop CC that helps users export image assets
MIT License
495 stars 87 forks source link

Pass component onRender #432

Closed milewski closed 7 years ago

milewski commented 7 years ago

I need to get the details of each generated file specially its name... currently the only way possible to do this is by reading the filesystem after everything has been generated... something along these lines:

const generatedAssets = glob.sync(__dirname + '/*-assets/*.*');

By emitting this component object on render would be of a great value :)