From 8d4ce570ebd404c0409ba24e723adb640ab0a766 Mon Sep 17 00:00:00 2001
From: Fabrizio <65259076+Fabrizz@users.noreply.github.com>
Date: Thu, 2 May 2024 15:59:17 -0300
Subject: [PATCH] Update README.md
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index 59e08ea..5948e49 100644
--- a/README.md
+++ b/README.md
@@ -88,8 +88,9 @@ Once you finish, you are all set with the basic configuration. Scroll down to se
spotifyCodeExperimentalUseColor: true,
spotifyCodeExperimentalSeparateItem: true,
// Canvas
- showCanvas: true,
- canvasEffect: 'cover',
+ experimentalCanvas: false,
+ experimentalCanvasEffect: 'cover',
+ experimentalCanvasAlbumOverlay: false,
// Theming General
roundMediaCorners: true,
roundProgressBar: true,
@@ -179,7 +180,7 @@ experimentalCSSOverridesForMM2: [
| Key | Description |
| :-- | :-- |
| experimentalCanvas
`false` | Shows the Spotify Canvas if available. This is an experimental feature, as this API is not documented and private. |
-| canvasEffect
`cover` | Control how is the canvas is going to be displayed. Options are:
- `cover`: The Canvas is clipped to have the same height as the album cover. Recommended for low-power devices and if the module is not in a `bottom_*` position
- `scale`: Scale up/down the module to fit the entire Canvas without clipping it.
|
+| experimentalCanvasEffect
`cover` | Control how is the canvas is going to be displayed. Options are:
- `cover`: The Canvas is clipped to have the same height as the album cover. Recommended for low-power devices and if the module is not in a `bottom_*` position.
- `scale`: Scale up/down the module to fit the entire Canvas without clipping it.
|
| experimentalCanvasAlbumOverlay
`true` | Show the cover art inside the Spotify Canvas. |
#### General Theming options