1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74
|
# favico.js
More info [here](http://lab.ejci.net/favico.js/).
Author [Miroslav Magda](http://blog.ejci.net)
Version 0.3.9
Contributors:
[Serge Barysiuk](https://github.com/sbarysiuk),
[pissflaps](https://github.com/pissflaps),
[Yaroslav Yakovlev](https://github.com/yaroslavya),
[LoicMahieu](https://github.com/LoicMahieu),
[Renan Gonçalves](https://github.com/renan),
[Adam Savitzky](https://github.com/adambom),
[Jory Graham](https://github.com/jory)
```javascript
```
## License
All code is open source and dual licensed under GPL and MIT. Check the individual licenses for more information.
### Change log
#### 0.3.10
* bugfixes
#### 0.3.9
* bugfixes
#### 0.3.8
* bumped version to add it to npm
#### 0.3.7
* bugfixes & support for font icons (fontawesome)
#### 0.3.6
* bugfixes
#### 0.3.4
* new option for position
#### 0.3.3
* bugfixes
#### 0.3.2
* support for badge numbers bigger than 999
#### 0.3.1
* bugfix if <link type="icon"...> is missing
#### 0.3.0
* font options (font family, font style)
* badge count more than 9
* badge positions
#### 0.2.2
* AMD - CommonJS compatibility
#### 0.2.1
* Fixed console.log bug
* registered to bower
#### 0.2.0
* Webcam support for Opera and Firefox
* Improved performance for Opera and Firefox
* New animation type popfade
* Code cleanup
#### 0.1.1
* Improving performance in chrome
#### 0.1.0
* proof of concept
|