This is a rewrite of the entire library using TypeScript.
Please visit https://github.com/yeojz/otplib/wiki/Upgrading-to-v12 for major changes.
Major Changes
- Split library into
core
,plugin
andpreset
- Better extensibility and maintainability via plugins
- Multi packages
- New website with versioning via hosting service.
async
support- Smaller output size for the browser bundle
- Added tests for built packages.
- Added browser testing as part of release