Embed default icons (#3577)

* Move tag svg to embed
* Update doc
* Embed default studio image
This commit is contained in:
WithoutPants
2023-04-17 15:28:32 +10:00
committed by GitHub
parent 6a6545305c
commit aebb8b07df
8 changed files with 101 additions and 134 deletions

View File

@@ -13,3 +13,9 @@ var Scene embed.FS
//go:embed image
var Image embed.FS
//go:embed tag
var Tag embed.FS
//go:embed studio
var Studio embed.FS