umi-plugin-smart-captcha

smart-captcha

Usage no npm install needed!

<script type="module">
  import umiPluginSmartCaptcha from 'https://cdn.skypack.dev/umi-plugin-smart-captcha';
</script>

README

umi-plugin-smart-captcha

NPM version NPM downloads

smart-captcha

Install

# or yarn
$ npm install
$ npm run build --watch
$ npm run start

Usage

Configure in .umirc.js,

export default {
  plugins: [
    ['umi-plugin-smart-captcha'],
  ],
}

Options

TODO

LICENSE

MIT