museria 0.2.48 → 0.2.49
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/client/museria.client.js +6 -6
- package/dist/face/museria.face.js +7 -7
- package/dist/face/style.css +1 -1
- package/package.json +1 -1
- package/src/node.js +7 -4
package/README.md
CHANGED
|
@@ -132,7 +132,7 @@ When you create an instance of the node you can pass options below. Only specifi
|
|
|
132
132
|
|
|
133
133
|
* {boolean} __[music.prepareCover=true]__ - prepare the cover before addition or not. Preparation means bringing the size and image quality to the right values.
|
|
134
134
|
|
|
135
|
-
* {integer} __[music.coverQuality=
|
|
135
|
+
* {integer} __[music.coverQuality=80]__ - prepared cover quality from 0 to 100. It works only when music.prepareCover is true.
|
|
136
136
|
|
|
137
137
|
* {integer} __[music.coverMinSize=200]__ - minimum cover size in px. It works only when music.prepareCover is true.
|
|
138
138
|
|