Ran Buchnik
Ran Buchnik
Hi @SorinSu , You can initiate the instance like this: ```javascript new Accessibility({ icon: { useEmojis: true } }); ``` Hope this helps.
Thanks @fabiojust , we need to allow loading the material icons font from other locations as well as the default [google fonts](https://fonts.googleapis.com/icon?family=Material+Icons). Reopening this issue, don't know when I'll be...
@SorinSu @fabiojust Please see this [issue](https://github.com/ranbuch/accessibility/pull/59) that includes a fix for the problem.
Hi @IamShaharFar can you please provide a link where I could reproduce the issue?
Thanks @Hackwar ,please let me know if that's O.K.
I'm having the same problem but my images are base64 strings so pre-loading them isn't helping.  I can clearly see the first images has a valid base64 images with...
Although those are a base64 images the `img.onload` trick works for me as well. 
You can try to add this: ?gl=US to the end of your link.
@shrinktofit that's great! Do you know where are the hints? Shouldn't it be: ```javascript export const enum Severity { Error = 0, Warning = 1, Information = 2, Hint =...
Hi @AhmedHossamFCI You can use it just like you would with any other type of library, framework of vanilla javascript. I've actually tried it on some simple testing Angular app...