Piecon - Pie Chart favicons!
Lukas Lipka created a neat JavaScript utility that allows you to add a piechart as your favicon. It’s a small library, but shows some pretty neat potential.
Using it is simple:
Piecon.setProgress(15);
Piecon.setProgress(77);
Piecon.reset();
View a live demo or checkout the source at GitHub.
Discussion
Sign in or Join to comment or subscribe