bookmoons/cashshufflejs

Eliminate Buffer

Opened this issue · 0 comments

I think it's possible to eliminate all usage of the Node.js Buffer.

Replace all Buffer use with ArrayBuffer and TypedArray.