Releases: videsk/watermark
Releases · videsk/watermark
v1.0.0
Improvements to image loading process:
src/index.js
: Replaced the call toIDWatermark.loadImage
with a direct call to
createImageBitmap
in theaddWatermark
method.
Codebase simplification:
src/index.js
: Removed theloadImage
static method from theIDWatermark
class as it
is no longer needed.