awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 مستودع

Awesome GitHub RepositoriesLayout Reconstructors

Engines that programmatically replicate web layouts by interpreting CSS and DOM structures.

Distinguishing note: Focuses on the layout interpretation logic.

Explore 1 awesome GitHub repository matching web development · Layout Reconstructors. Refine with filters or upvote what's useful.

Awesome Layout Reconstructors GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • niklasvh/html2canvasالصورة الرمزية لـ niklasvh

    niklasvh/html2canvas

    31,881عرض على GitHub↗

    This project is a browser-based rendering engine that captures visual snapshots of web page elements. It functions as a document object model to canvas renderer, programmatically reconstructing the visual appearance of web content by interpreting CSS box models and document structures directly within the client environment. The tool distinguishes itself by performing all image generation locally, eliminating the need for server-side processing or external rendering services. By simulating browser layout logic and mapping geometric shapes and text properties to pixel-based drawing commands, it

    Interprets CSS box models and DOM structures to replicate the visual appearance of web content programmatically.

    TypeScriptdomjavascriptscreenshot
    عرض على GitHub↗31,881
  1. Home
  2. Web Development
  3. Layout Reconstructors