Ran Buchnik
Ran Buchnik
@brianteeman Please try version `5.1.4` and let me know.
@brianteeman The readme file has this example (I should add it to the site as well): ```javascript const options = { icon: { fontFaceSrc: ['https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/v4-font-face.min.css'], fontFamily: '"FontAwesome"', img: '[optional -...
I see now that it's only working for Emoji mode. Please try version `5.1.5`.
Please try version `6.0.1` and see [updated documentation](https://ranbuch.github.io/accessibility/site/#customize-styling). It's a bit more complicated because we need to change the HTML itself sometimes, not just `CSS variables`.
Hi @kvonspiczak Your `options` object looks good. How / where can I reproduce the issue? Are you sure the injection is related to this library?
It looks like you are trying to run the module in a Node.js environment, not on browser. Obviously it's meaningless. Please try version `5.1.1` and let me know if the...
There are 2 cenarios that I can think of that might results to this error message `window is not defined`. Running code on server side (node.js) or running code on...
I have no experience with NextJS but if you are getting this error the code is also running on your back-end. Please try version `5.1.3` and keep me posted.
Again, I'm in the dark here. Please reproduce on [Stackblitz](https://stackblitz.com/) or something similar.
@brianteeman I can see that the reset doesn't really get it back to the same exact size (almost the same but not - we can fix that) but I cannot...