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 */