feat: adding api call for decky plugin

This commit is contained in:
Chubby Granny Chaser
2025-10-12 18:51:47 +01:00
parent dcec33ada1
commit 34aea2b0c4
8 changed files with 199 additions and 71 deletions

View File

@@ -6,8 +6,6 @@ function removeZalgoText(text: string): string {
return text.replaceAll(zalgoRegex, "");
}
export function sanitizeHtml(html: string): string {
if (!html || typeof html !== "string") {
return "";