watermarkjs
watermarkjs copied to clipboard
CanvasPool can grow unbounded
The canvas pool will reuse available canvas elements, but if there are a lot of watermarks being generated quickly, then the canvas pool can grow quite large.
The pool implementation could probably benefit from some enhancements to make this a little more robust.
See #41