WhatsNewKit
WhatsNewKit copied to clipboard
Use text-icon instead of Image
Is it possible to initialize with a text (icon) instead of an image? I would want to use FontAwesome which i have integrated as font and would like to use like that:
Text("").font(.custom("FontAwesome6Duotone-Solid", size: size))
But how to use that here?
.init(
image: .init(
),
title: "",
subtitle: ""
)