-
-
Notifications
You must be signed in to change notification settings - Fork 0
Transformers
Valentin Degenne edited this page Jan 17, 2024
·
8 revisions
The plugin comes with 3 different transformers:
-
minifySymbolsLink(html: string)
: Takes inhtml
and returns the html with the link[id="symbols"]
reduced to only the icons you use in your code. -
replaceSymbolsLink(html: string, replaceWith: string)
:
Takes inhtml
and replaces the link[id="symbols"]
with thereplaceWith
string. -
removeSymbolsLink(html: string)
: Returnshtml
with link[id="symbols"]
removed.