Closed peterfaria-lula closed 2 years ago
Per https://nodejs.org/api/buffer.html#new-bufferstring-encoding, the Buffer constructors used in this lib are deprecated, and should be replaced with Buffer.from(string[, encoding]).
Buffer
Buffer.from(string[, encoding])
Per https://nodejs.org/api/buffer.html#new-bufferstring-encoding, the
Buffer
constructors used in this lib are deprecated, and should be replaced withBuffer.from(string[, encoding])
.