ZooTools / email-spell-checker

📮 An ultratiny (1.9 KB) and fast JavaScript email checker to reduce users typing a wrong email. Written in TypeScript. Enterprise-grade.
https://zootools.co/tools/email-spell-checker
MIT License
164 stars 11 forks source link

build: attaching EmailSpellChecker to window + CDN #13

Closed ferreiro closed 1 year ago

ferreiro commented 2 years ago

Description of change

Attaching EmailSpellChecker to window object so you all can use the script in your websites. This solves #10

Pull-Request Checklist

ferreiro commented 2 years ago

This is not fully finished yet, we may need to do some updates on the build process to export both the node.js version, as well as the browser-ready version.

When I checked, it says the export variable wasn't found.

Check: #12