musify 1.0.4 → 1.1.0
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.
|
@@ -55,7 +55,7 @@ function validateOptions(options) {
|
|
|
55
55
|
thumbnailX: options.thumbnailX || 15,
|
|
56
56
|
thumbnailY: options.thumbnailY || 'center',
|
|
57
57
|
scale: Math.max(0.5, Math.min(2, options.scale || 1)),
|
|
58
|
-
style: options.style || '
|
|
58
|
+
style: options.style || 'v2'
|
|
59
59
|
};
|
|
60
60
|
}
|
|
61
61
|
//# sourceMappingURL=textProcessor.js.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "musify",
|
|
3
|
-
"version": "1.0
|
|
3
|
+
"version": "1.1.0",
|
|
4
4
|
"description": "Powerful and elegant music image generator for Discord bots featuring high performance, customizable designs, and seamless integration.",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|