@cloudinary/url-gen
Version:
Cloudinary URL-Gen SDK ========================= [](https://app.travis-ci.com/github/cloudinary/js-url-gen) ## About The Cloudinary URL-Gen SDK allows you to quickly and eas
16 lines (10 loc) • 419 B
JavaScript
;
Object.defineProperty(exports, '__esModule', { value: true });
var textAlignment = require('../textAlignment-3505e13d.cjs');
exports.TextAlignment = textAlignment.TextAlignment;
exports.center = textAlignment.center;
exports.end = textAlignment.end;
exports.justify = textAlignment.justify;
exports.left = textAlignment.left;
exports.right = textAlignment.right;
exports.start = textAlignment.start;