julianhille / MuhammaraJS

Muhammara a node module with c/cpp bindings to modify PDF with js for node or electron (based/replacement on/of galkhana/hummusjs)
Other
228 stars 46 forks source link

MuhammaraJS using deprecated `Buffer` constructor #338

Closed ericbf closed 3 weeks ago

ericbf commented 11 months ago

The Buffer constructor is deprecated, and Buffer.from is recommended to be used instead.