toggle menu
javite
0.1.4
jvm
switch theme
search in API
javite-core
/
com.javite.util
/
HtmlUtils
Html
Utils
open
class
HtmlUtils
Utility methods for generating HTML tags for Vite assets.
Author
Benny Yen
Since
0.1.0
Members
Constructors
Html
Utils
Link copied to clipboard
constructor
(
)
Functions
generate
Link
Tag
Link copied to clipboard
open
fun
generateLinkTag
(
href
:
String
)
:
String
Generates an HTML link tag for the specified CSS file.
generate
Script
Tag
Link copied to clipboard
open
fun
generateScriptTag
(
src
:
String
)
:
String
Generates an HTML script tag for the specified JavaScript file.