length.js 326 B

123456789
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.length = void 0;
  4. const length = function (view, magnet, ref, options) {
  5. const length = options.length != null ? options.length : 20;
  6. return view.getPointAtLength(length);
  7. };
  8. exports.length = length;
  9. //# sourceMappingURL=length.js.map