Skip to content

Releases: videsk/watermark

v1.0.0

16 Feb 05:10
0da314a
Compare
Choose a tag to compare

Improvements to image loading process:

  • src/index.js: Replaced the call to IDWatermark.loadImage with a direct call to
    createImageBitmap in the addWatermark method.

Codebase simplification:

  • src/index.js: Removed the loadImage static method from the IDWatermark class as it
    is no longer needed.