2 repository-uri
Provides minimal DOM shims and custom element registries in server-side environments.
Distinct from Server-Side Rendering: Distinct from general SSR: focuses on environment-specific API shims rather than the rendering process itself.
Explore 2 awesome GitHub repositories matching web development · DOM Emulation. Refine with filters or upvote what's useful.
Lit is a library for building lightweight, interoperable web components. It provides a base class that leverages native browser APIs to encapsulate state, logic, and styles, allowing developers to create custom elements that function consistently across any modern web project. The framework distinguishes itself through a reactive property system that automatically triggers efficient, batched DOM updates. By utilizing tagged template literals, it defines declarative UI structures that are compiled into optimized update instructions. Its architecture emphasizes modularity through a reactive con
Provides minimal DOM shims and custom element registries in server-side environments to allow components to function without a browser.
Paper.js is an HTML5 Canvas vector graphics library and scripting framework used for creating and manipulating 2D shapes and paths. It functions as a vector animation framework and a headless vector graphics engine, allowing for the execution of graphics operations in both browser and server-side environments. The project features a dedicated SVG import and export engine to convert between native vector items and the SVG format. It includes a specialized boolean path operation toolkit for uniting, subtracting, and intersecting vector paths to create complex geometric shapes. The library cove
Emulates a browser environment using DOM shims to execute vector operations in server-side or non-browser contexts.