Skip to content

zeozeozeo/htmlqoi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HTMLQOI

Use QOI images inside your HTML.

-> View live demo <-

Quickstart

<!DOCTYPE html>
<html lang="en">
    <head>
        <title>Quickstart</title>
        <!-- add the script to your HTML -->
        <script src="https://cdn.jsdelivr.net/gh/zeozeozeo/htmlqoi/dist/htmlqoi.min.js"></script>
    </head>
    <body>
        <!-- you're done! now you can use QOI images in your HTML -->
        <!-- also works with favicons! -->
        <img
            src="https://cdn.jsdelivr.net/gh/zeozeozeo/htmlqoi/demo/static/qoi_logo.qoi"
        />
    </body>
</html>

Releases

No releases published

Packages

No packages published