Skip to content

0.4.0: Dependency update.

Compare
Choose a tag to compare
@programingjd programingjd released this 07 Apr 10:18
· 1 commit to main since this release

Dependency update

Scripts:

  • avif.mjs: exports the avif function; blocking version.
  • avif_worker.mjs: exports the avif function; async version. avif_worker_script.mjs and avif.mjs are used by the web worker. avif_worker_script.js and avif_for_importScripts.js are variants for browsers that don't support module web workers.