Fixes bad memory leak in NodeJS instances by changing the way node-canvas is initialized. Previously, the garbage collector was unable to reclaim used memory from external buffers causing the memory usage of the node process to constantly grow.
Fixes bad memory leak in NodeJS instances by changing the way node-canvas is initialized. Previously, the garbage collector was unable to reclaim used memory from external buffers causing the memory usage of the node process to constantly grow.