I have quite a few (208 currently) SVG files that I programmatically turn into .imageset
assets for my iOS app. I'd like to do the same for Android somehow.
I'm pretty pleased with the result I get by using New>>Vector Asset
from the Studio menu. But I really don't want to do that 208 times. And more times in the future when the SVGs get updated.
Is there a way I can somehow script this import process?
I don't want to batch process them on some website somewhere. And I'd like to use the current studio tools if possible somehow. Or a completely independent command line tool.