elek-svg-captcha

Electron-specific implementation svg-captcha. Forked from https://github.com/steambap/svg-captcha.git

Usage no npm install needed!

<script type="module">
  import elekSvgCaptcha from 'https://cdn.skypack.dev/elek-svg-captcha';
</script>

README

This project forked from https://www.npmjs.com/package/svg-captcha

Modification :

  • Implement support for electron by using font's base64 instead of filepath
  • Implement backward compat by supporting base64 and filepath as well
  • Implement createMathExpr from older svg-captcha version

adjustment for svg captcha in electron

License

MIT