Skip to content

Releases: adrian-bueno/create-sticker

v1.2.0

10 Apr 10:50

Choose a tag to compare

Bug Fixes

  • Fixed incorrect image rendering — Several drawImage calls used wrong offsets and sizes, causing the source image and sticker layers to be shifted, stretched, or shrunk.
  • Fixed race condition in sticker effect — The original image content was drawn back onto element canvases via an async onload callback that was never awaited, which could result in missing or incomplete sticker output.
  • Fixed sticker border clipping — When no explicit padding is provided, it is now automatically derived from strokeWidth so the sticker border is no longer cut off at the canvas edges.

Other Changes

  • Fixed strokeWidth JSDoc default value (20, not 10).
  • Replaced var with let in loop declarations.
  • Removed dead globalCompositeOperation call in discrete element removal.
  • Fixed duplicate platform property and unused outExtension in ESM build config.
  • Corrected SPDX license identifier to Unlicense.

v1.1.0

13 Aug 01:56

Choose a tag to compare

Fill transparent holes inside objects with strokeColor

v1.0.1

12 Aug 19:32

Choose a tag to compare

Add keywords to make the package more findable in npm

v1.0.0

08 Aug 17:30

Choose a tag to compare

First library version