Install the browser buffer package:
npm install --save buffer
Import it and use it directly, example:
import {Buffer} from 'buffer';
Buffer.from('anything','base64');
Install the browser buffer package:
npm install --save buffer
Import it and use it directly, example:
import {Buffer} from 'buffer';
Buffer.from('anything','base64');