awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 dépôt

Awesome GitHub RepositoriesCache Managers

Manages separate caches for images, styles, and fonts with explicit clear and preload methods to balance memory usage and rendering speed.

Distinct from Resource Preloading: Distinct from Resource Preloading: focuses on managing multiple caches with clear/preload methods rather than browser-native link tag preloading.

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

Awesome Cache Managers GitHub Repositories

Trouvez les meilleurs dépôts grâce à l'IA.Nous recherchons les dépôts les plus pertinents grâce à l'IA.
  • zumerlab/snapdomAvatar de zumerlab

    zumerlab/snapdom

    7,902Voir sur GitHub↗

    Snapdom is a DOM capture engine that serializes live web page elements into images, videos, documents, and other formats. It converts any DOM subtree into PNG, JPG, WebP, SVG, PDF, or self-contained HTML, and can record animating elements as video files or animated GIFs using the browser's MediaRecorder API. The library distinguishes itself through a plugin-based architecture that allows custom output format handlers and pipeline hooks to extend the capture process without re-cloning the source element. It manages separate caches for images, styles, and fonts with preloading and clearing meth

    Provides a cache manager that preloads and clears image, style, and font caches for optimized rendering.

    JavaScriptcapture-screenclonedom
    Voir sur GitHub↗7,902
  1. Home
  2. Web Development
  3. Resource Preloading
  4. Cache Managers