api¶
This file provides ready-to-use wrappers for resources from online asset sites.
- class janim_url_assets.api.Iconify(name: str, **kwargs)¶
Bases:
UrlSVGItemUsage:
Find the icon you need at https://icon-sets.iconify.design/, open the icon, then click the copy button on the far right of the row labeled
Copy Name:; you can then pass it to this class.Tip
Most icons on Iconify are black by default. You can pass parameters such as
color=WHITEto this class to change that.