Skip to content

Latest commit

 

History

History
59 lines (35 loc) · 2.2 KB

File metadata and controls

59 lines (35 loc) · 2.2 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2023-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

1.1.0 (2025-11-19)

🚀 Features

  • update adaptDPI() (2afd602)
    • store orig size & DPR in data attributes
    • update docstring

1.0.2 (2025-01-14)

♻️ Refactoring

  • use optional chaining & nullish coalescing (c5a0a13)

0.5.0 (2024-08-10)

🚀 Features

  • add poisson-image example (87ec9e7)
    • update readmes
    • cc @nkint :)

0.4.0 (2024-08-01)

🚀 Features

  • add offscreenCanvas2d() & OffscreenCanvasContext (ec59f5c)

0.3.0 (2024-08-01)

🚀 Features

  • extend CanvasContext and related functions to support OffscreenCanvas for better performance in web workers (56d0985) refactor(pixel): update canvas handling in pixel module to accommodate OffscreenCanvas for improved rendering capabilities

0.2.0 (2024-01-26)

🚀 Features

0.1.0 (2023-12-19)

🚀 Features