@4884org/jumble
Version:
🛡️ Advanced bot detection & content protection component with 100ms optimized timing. Automatically detects bots and scrambles text content while obfuscating media to protect websites. Universal implementation works with React, Vue, Angular, Svelte.
12 lines (10 loc) • 335 B
TypeScript
import type { Components, JSX } from "../types/components";
interface JumbleHead extends Components.JumbleHead, HTMLElement {}
export const JumbleHead: {
prototype: JumbleHead;
new (): JumbleHead;
};
/**
* Used to define this component and all nested components recursively.
*/
export const defineCustomElement: () => void;