UNPKG

@cloudinary/url-gen

Version:

You are invited to influence our new SDK [Click here to view github discussion](https://github.com/cloudinary/js-url-gen/discussions/602) =========================

21 lines (17 loc) 484 B
'use strict'; var QualifierValue = require('./QualifierValue-e770d619.cjs'); /** * @description Acts as a marker for inputs passed into Rotate.mode() * @memberOf Qualifiers.RotationMode * @extends SDK.QualifierValue */ class RotationModeQualifierValue extends QualifierValue.QualifierValue { constructor(val) { super(); this.val = val; } toString() { return this.val; } } exports.RotationModeQualifierValue = RotationModeQualifierValue;