JavaScripting

The definitive source of the best
JavaScript libraries, frameworks, and plugins.


  • ×

    Faviconx

    A tiny javascript library that makes progress bars out of the favicon placeholders.
    Filed under 

    • 🔾9%Overall
    • 260
    • 433.8 days
    • 🕩18
    • 👥1

    #FavIconX

    Make sweet progress bars out of favicons.

    Demo and Documentation

    #Usage

    FavIconX is 7kb of pure vanilla JavaScript. Install it through bower:

    bower install faviconx
    

    Or you can download the minified file and place it in your source:

    <script src="lib/faviconx-min.js"></script>
    
    Show All