eccrypto-js icon indicating copy to clipboard operation
eccrypto-js copied to clipboard

Buffer is not defined in browser

Open railty opened this issue 4 years ago • 0 comments

Hi, I use this lib in node with no problem, but in browser, it give me an error of

index.ts:49 Uncaught ReferenceError: Buffer is not defined at node_modules/eccrypto-js/dist/cjs/constants/index.js (index.ts:49)

it seems to be the constants/index.js has a few const to Buffer, but need some help to figure it out.

Thanks in advance

railty avatar Jul 28 '21 04:07 railty