1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

added image preloading color for swiper

This commit is contained in:
Fedor Katurov 2021-10-05 18:25:40 +07:00
parent 59ca076287
commit 71b94ce585
3 changed files with 7 additions and 2 deletions

View file

@ -83,6 +83,7 @@ export interface IFile {
duration?: number;
width?: number;
height?: number;
dominant_color?: string;
};
createdAt?: string;