From 8a3f464040e0211a968c5bee3e3a50da4780a7d7 Mon Sep 17 00:00:00 2001 From: Jordan Eldredge Date: Thu, 9 May 2024 15:39:04 -0700 Subject: [PATCH] Improve docs --- packages/webamp/docs/usage.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/packages/webamp/docs/usage.md b/packages/webamp/docs/usage.md index ce75d661..21e0d7c5 100644 --- a/packages/webamp/docs/usage.md +++ b/packages/webamp/docs/usage.md @@ -167,8 +167,10 @@ const options = { // - The playlist and milkdrop windows may specify a `size` object with // `extraHeight` and `extraWidth`. // - // **Note:** After windows are positioned, they are then centered _as a group_ within the - // DOM element that Webamp is rendered into. + // **Note:** After windows are positioned, they are then centered _as a group_ + // within the DOM element that Webamp is rendered into. + // + // **Since** @next windowLayout: { main: { position: { top: 0, left: 0 }, @@ -192,6 +194,8 @@ const options = { // Optional. (Default: `false`) Should double size mode be enabled? // **Note:** In keeping with the original Winamp, double size mode // does not apply to resizable windows like the equalizer or Milkdrop. + // + // **Since** @next enableDoubleSizeMode: true, // Optional. (Default: `false`) Should global hotkeys be enabled?