figma-asset-downloader
figma-asset-downloader copied to clipboard
📦 Small utility to help you download Figma assets directly to your computer
It would be great to be able to download components too and not just frames.
It would be great if we could download an individual asset based on its name, instead of having to download all the assets when we only want one. It would...
Big sur is still in private preview in GitHub Actions. We'll have to wait for this to be merged...
Use [svgcleaner](https://github.com/RazrFalcon/svgcleaner)
When using the manifest, it can be a bit tedious initially to have to write in `files` the list of files we want. It would be nice if there was...
When deciding to use the `manifest` to keep track of changes over time, it would be great to be able to generate the initial version. I would expect something like...
It seems that optimization process is not deterministic causing some assets to be changed every time we do an import. This can be partially solved by using `git` and detect...
Explore figma's API to check if we can avoid having to reimport images that haven't been modified.