Improvements to image loading process:
src/index.js: Replaced the call toIDWatermark.loadImagewith a direct call to
createImageBitmapin theaddWatermarkmethod.
Codebase simplification:
src/index.js: Removed theloadImagestatic method from theIDWatermarkclass as it
is no longer needed.