3 Repos
Processes of converting text input into visual or structured formats entirely within the web browser.
Distinct from Text Transformation Utilities: Candidates focus on speech synthesis or editor utilities; this is about browser-based visual asset generation.
Explore 3 awesome GitHub repositories matching web development · Client-Side Text Transformations. Refine with filters or upvote what's useful.
Mermaid is a text-to-diagram rendering engine that transforms markdown-inspired text definitions into visual flowcharts, sequence diagrams, and Gantt charts. It functions as a markdown-based diagramming tool designed to keep technical documentation synchronized with development by defining visuals as plain text. The engine utilizes a sandboxed rendering process, executing diagram generation inside isolated frames to prevent malicious scripts embedded in user text from executing in the browser. The system handles client-side text transformation and domain-specific language parsing to map text
Performs all text-to-visual transformations directly in the browser without requiring a backend server.
Syntaxhighlighter ist eine JavaScript-basierte Frontend-Bibliothek, die verwendet wird, um lesbaren Quellcode auf Webseiten darzustellen. Sie fungiert als clientseitiger Syntax-Highlighter, der sprachspezifische Farben und Formatierungen auf Klartext-Codeblöcke innerhalb eines Browsers anwendet. Die Bibliothek ermöglicht die Generierung einer minimalen Distribution von Sprach-Brushes und visuellen Themes, die auf spezifische Projektanforderungen zugeschnitten sind. Dies ermöglicht die Erstellung eines benutzerdefinierten Builds, das nur die benötigten Skripte und Stylesheets enthält. Das System übernimmt die Syntaxhervorhebung für webbasierte Dokumentationen und unterstützt benutzerdefiniertes Asset-Bundling, um die finale Payload-Größe zu reduzieren.
Parses raw text within HTML elements and replaces it with formatted spans during browser runtime.
WebGPT is a browser-based machine learning framework designed to execute transformer models entirely within the client environment. By leveraging native web standards, it provides a zero-dependency runtime that enables local text generation without the need for backend server processing. The engine distinguishes itself by utilizing hardware-accelerated compute shaders to perform high-performance tensor computations directly on the user's graphics hardware. This approach allows for the execution of large language models locally, ensuring that all data processing remains private to the client d
Provides a client-side pipeline for processing and generating text predictions using transformer architectures within the browser.