diff --git a/src/App.ts b/src/App.ts index faa7b34..dac1f93 100644 --- a/src/App.ts +++ b/src/App.ts @@ -13,6 +13,9 @@ class Artwork title: string; format: string; + width: number; + height: number; + constructor(date: string, title: string, format: string) { this.rawDate = date;