UNPKG

@razorpay/blade

Version:

The Design System that powers Razorpay

7 lines (5 loc) 218 B
var makeBezier = function makeBezier(x1, y1, x2, y2) { return "cubic-bezier(".concat(x1, ", ").concat(y1, ", ").concat(x2, ", ").concat(y2, ")"); }; export { makeBezier }; //# sourceMappingURL=makeBezier.web.js.map