Right, so you can add that to <https://github.com/...
# kweb
i
Right, so you can add that to https://github.com/kwebio/core/blob/master/src/main/kotlin/io/kweb/dom/element/creation/tags/other.kt, mirroring the pattern you already see in there for other element types - that would allow you to create <img> elements without using
element()
which is uglier