From c409828ec47e7e7c137371d8a4cbea9fa3316cbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Thu, 16 Aug 2018 19:12:28 +0900 Subject: [PATCH] Update summary.ts --- src/summary.ts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/src/summary.ts b/src/summary.ts index 2a2cb87..4209778 100644 --- a/src/summary.ts +++ b/src/summary.ts @@ -24,6 +24,16 @@ type Summary = { */ player: string; + /** + * The width of the player of that web page + */ + playerWidth: number; + + /** + * The height of the player of that web page + */ + playerHeight: number; + /** * The title of that web page */