You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So after I've initialised the favicon using new Favico({}) I noticed that there doesnt seem to be a way to update the badge color/animation style etc. There is a 'badge' api to update the text in the badge but what if I want to update the colors?
Is there a way to do this?
The way I solve this is by reinitialising the favicons but that causes other problems. is there an easier way to do this?
The text was updated successfully, but these errors were encountered:
In the source code of the latest release (0.3.10), there seems to be a setOpt method.
In the npm latest release (also 0.3.10), there is no setOpt method.
So after I've initialised the favicon using
new Favico({})
I noticed that there doesnt seem to be a way to update the badge color/animation style etc. There is a 'badge' api to update the text in the badge but what if I want to update the colors?Is there a way to do this?
The way I solve this is by reinitialising the favicons but that causes other problems. is there an easier way to do this?
The text was updated successfully, but these errors were encountered: