Polyfill that adds btoa and atob to projects that don't have it
npm install @kfiros/btoa-polyfillPolyfill that adds the base64 encoding functions btoa and atob.
1. Install the package
``bash`
npm i @kfiros/btoa-polyfill
2. Import it on the first file that runs in your project (aka index.js)
`js``
import '@kfiros/btoa-polyfill';
// rest of the project