Using npm or Yarn
To install the Disposable Email Blocker via npm or Yarn, use the following commands:
# Using npm
npm install disposable-email-blocker --save
# Using Yarn
yarn add disposable-email-blocker
Via CDN
For direct use in the browser without installation, include the library via a CDN:
<!-- Using jsDelivr CDN -->
<script src="https://cdn.jsdelivr.net/npm/disposable-email-blocker/disposable-email-blocker.min.js"></script>
<!-- Using unpkg CDN -->
<script src="https://unpkg.com/disposable-email-blocker/disposable-email-blocker.min.js"></script>
Last modified on