Add Blurhash to front-end
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -3,6 +3,7 @@ export interface IMedia {
|
||||
url: string;
|
||||
name: string;
|
||||
alt: string;
|
||||
metadata: IMediaMetadata;
|
||||
}
|
||||
|
||||
export interface IMediaUpload {
|
||||
@@ -10,3 +11,9 @@ export interface IMediaUpload {
|
||||
name: string;
|
||||
alt: string | null;
|
||||
}
|
||||
|
||||
export interface IMediaMetadata {
|
||||
width?: number;
|
||||
height?: number;
|
||||
blurhash?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user