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