[+] Add width and height as fields

This commit is contained in:
Hykilpikonna
2019-12-24 22:38:29 -05:00
parent dea90edd01
commit 3b41b08853
+3
View File
@@ -13,6 +13,9 @@ class Artwork
title: string;
format: string;
width: number;
height: number;
constructor(date: string, title: string, format: string)
{
this.rawDate = date;