From cff472bc6f8be974682e0a84ecb27958e31cc678 Mon Sep 17 00:00:00 2001 From: Cory Gibbons Date: Fri, 7 Jun 2024 11:55:30 -0400 Subject: [PATCH] Add heic (#50) --- src/defaultStyles.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/defaultStyles.js b/src/defaultStyles.js index 2c6a09d..fc88f62 100644 --- a/src/defaultStyles.js +++ b/src/defaultStyles.js @@ -153,6 +153,9 @@ export default { gz: { type: 'compressed', }, + heic: { + type: 'image' + }, htm: { type: 'code', },