watermarkjs icon indicating copy to clipboard operation
watermarkjs copied to clipboard

CanvasPool can grow unbounded

Open brianium opened this issue 7 years ago • 0 comments

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

brianium avatar Apr 01 '18 12:04 brianium