From b159778a927234a0dbf70cceec6fa099d80fb6d7 Mon Sep 17 00:00:00 2001 From: Kevin MacMartin Date: Wed, 15 Jun 2022 16:17:32 -0400 Subject: [PATCH] Add note about the imageType function to the readme --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index f40b717..ce82130 100644 --- a/readme.md +++ b/readme.md @@ -10,6 +10,7 @@ A Hypothetical website template for bootstrapping new projects. * A flexible dashboard for managing data/assets and displaying collected form data * Great defaults and popular libraries to build on top of * A custom Sass function allowing values to be specified in `px` and output in `rem` +* A function available in the SPA version of the site that loads webp if supported by the browser and jpg if it isn't ## Major Components