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