Skip to content

Django Feather Version 0.3.0

Latest
Compare
Choose a tag to compare
@3j14 3j14 released this 11 May 11:18
· 1 commit to main since this release
f7e8681

This release added a new option for tags called data_uri. You can set data_uri to True to get a Base64 encoded data URI for rendering SVG e.g. from src attributes or from CSS:

<img src="{% icon "coffee" data_uri=True %}">