react-favicon
react-favicon copied to clipboard
Set or animate your React app's favicon
Bumps [terser](https://github.com/terser/terser) from 4.8.0 to 4.8.1. Changelog Sourced from terser's changelog. v4.8.1 (backport) Security fix for RegExps that should not be evaluated (regexp DDOS) Commits See full diff in compare...
Hi @oflisback , It would be possible to set up a `props` that would allow you to support theme switching. Link: [Blog](https://blog.usman-s.me/how-to-change-the-favicon-according-to-system-dark-mode)
**OS:** Big Sur **Browser:** Safari 14.1 Hey, I found that there is no favicon on Safari browser when using `react-favicon`. It is also not visible on demo page.
Hi @oflisback, I hope you are doing well. I am using [email protected], which is working perfectly fine. Thanks for building that package. The only issue I am having is: When...
Added a lerp and once option to favicon, lerp will cause the animation to play in reverse on completion and once, when animated is false and once is true, will...
[Defaulting](https://github.com/oflisback/react-favicon/blob/1cc97fe9a08ffd8fdf155de23b50b27ac8d261cb/src/index.jsx#L123) `keepIconLink` to a function when destructing the props causes constant rerenders when it's not set as a prop.