grid mostly there
This commit is contained in:
11
src/model.ts
Normal file
11
src/model.ts
Normal file
@@ -0,0 +1,11 @@
|
||||
export const SIZES = [1600, 1200, 800, 600, 400, 200];
|
||||
export const URL = "img/data.json";
|
||||
|
||||
export interface Images {
|
||||
[name: string]: Image
|
||||
}
|
||||
|
||||
export interface Image {
|
||||
height: number;
|
||||
width: number;
|
||||
}
|
||||
Reference in New Issue
Block a user