We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2aa25d6 commit 14f010dCopy full SHA for 14f010d
src/assets/CloudinaryTransformable.ts
@@ -82,10 +82,10 @@ class CloudinaryTransformable extends CloudinaryFile {
82
83
/**
84
* @desc An alias to Action Delivery.quality
85
- * @param {string} quality
+ * @param {string|number} quality
86
* @return {this}
87
*/
88
- quality(quality: string): this {
+ quality(quality: string|number): this {
89
this.addAction(new DeliveryFormat('q', quality));
90
return this;
91
}
0 commit comments