var cardinal = (function custom(tension) {

    function cardinal(context) {
      return new Cardinal(context, tension);
    }