HtmlUtils

open class HtmlUtils

Utility methods for generating HTML tags for Vite assets.

Author

Benny Yen

Since

0.1.0

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
open fun generateLinkTag(href: String): String
Generates an HTML link tag for the specified CSS file.
Link copied to clipboard
Generates an HTML script tag for the specified JavaScript file.