/qoi-html

QOI on Img elemnt of HTML.

Primary LanguageJavaScriptMozilla Public License 2.0MPL-2.0

qoi-html.js

Show QOI on Img elemnt of HTML.

Usage

  1. Load qoi-html.js script.
    <script src="qoi-html.js" type="application/javascript"></script>
  2. Set type="image/qoi" to the type attribute on your img elements of QOI image.
    <img src="qoi_logo.qoi" type="image/qoi">