1 dépôt
Clears image, style, and font caches between captures to balance memory usage and rendering speed.
Distinct from Cache Clearing: Distinct from Cache Clearing: specifically clears caches between DOM captures to manage memory and rendering performance, not general cache purging.
Explore 1 awesome GitHub repository matching data & databases · Capture Cache Clearings. Refine with filters or upvote what's useful.
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
Clears image, style, and font caches between captures to balance memory usage and rendering speed.