Skip to content

hchiam/learning-avif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Learning AVIF

Just one of the things I'm learning. https://github.com/hchiam/learning

Better image compression.

<picture>
  <!-- use AVIF if possible: -->
  <source type="image/avif" srcset="some_image.avif" />

  <!-- fallback to JPEG: -->
  <img alt="image description" src="some_image.jpg" />
</picture>

You can create AVIF files from image files here: https://squoosh.app -> This site also shows you how much the image effectively gets compressed into the AVIF format.

References

https://css-tricks.com/avif-has-landed

https://jakearchibald.com/2020/avif-has-landed

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published