Skip to content

0.3.0

Compare
Choose a tag to compare
@programingjd programingjd released this 26 Nov 22:01
· 2 commits to main since this release

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.