masroorejaz / react-simple-captcha

A very simple and powerful captcha for ReactJS
40 stars 19 forks source link

Added default charMap argument to loadCaptchaEnginge for choosing #7

Closed Xilmirius closed 3 years ago

Xilmirius commented 3 years ago

between lower("low") o UPPER("UPP") case characters. Also a default value of "all" for the normal usage. I did it because I need it and also to make it more customizable. It's a fact that the letter "I" and "l" are hard to differentiate with default font.

Also modified the table seccion with the mention of this new feature and corrected a doble copy of one row.

masroorejaz commented 3 years ago

I have added your changes in the current version 8.1.0

Thank you for your suggestion.