add webp support

This commit is contained in:
MathieuG-P
2022-06-04 22:19:46 +02:00
parent 763607c521
commit 2b293b40d3
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -10,6 +10,11 @@ declare module '*.png' {
export default content;
}
declare module '*.webp' {
const content: string;
export default content;
}
declare module '*.mp4' {
const content: string;
export default content;