awesome-repositories.com
Blog
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 repository-uri

Awesome GitHub RepositoriesClient-Side Image Managers

Libraries that manage image source attributes and resolution updates dynamically within the browser.

Distinct from Browser-Based Image Processing: Existing candidates focus on image processing or server-side delivery, not client-side management of source attributes during resize events.

Explore 2 awesome GitHub repositories matching web development · Client-Side Image Managers. Refine with filters or upvote what's useful.

Awesome Client-Side Image Managers GitHub Repositories

Găsește cele mai bune repo-uri cu AI.Vom căuta cele mai potrivite repository-uri folosind AI.
  • bbc/imager.jsAvatar bbc

    bbc/Imager.js

    3,820Vezi pe GitHub↗

    Imager.js is a responsive image loader library and asset delivery optimizer. It serves as a browser-based image manager that delivers optimized image variants based on device screen dimensions and pixel density. The library maps abstract image identifiers to concrete network requests for third-party hosting services. It dynamically updates image source attributes during window resize events and translates numeric widths into custom strings to match specific asset naming conventions. The system provides capabilities for responsive image delivery, including lazy loading to defer downloads unti

    Dynamically updates image source attributes during window resize events to maintain visual resolution.

    JavaScript
    Vezi pe GitHub↗3,820
  • donaldcwl/browser-image-compressionAvatar Donaldcwl

    Donaldcwl/browser-image-compression

    1,701Vezi pe GitHub↗

    Browser image compression is a JavaScript utility designed to reduce image file sizes directly within the web browser. By adjusting dimensions and quality settings locally, the library minimizes bandwidth usage and storage requirements before files are uploaded to a server. The library maintains interface responsiveness by offloading heavy image manipulation tasks to background worker threads. It manages large image files using memory-efficient binary objects and utilizes the browser canvas application programming interface to re-encode data into formats such as JPEG or WebP. Users can contr

    Reduces image file sizes directly within the web browser before uploading to save bandwidth and storage space.

    JavaScriptcompress-imageimage-compressionimage-compressor
    Vezi pe GitHub↗1,701
  1. Home
  2. Web Development
  3. Client-Side Image Managers