fisheye.js 393 B

12345678910
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.Fisheye = void 0;
  4. /**
  5. * Fisheye
  6. */
  7. const Fisheye = ({ focusX = 0, focusY = 0, distortionX = 2, distortionY = 2, visual = false, }) => [['fisheye', focusX, focusY, distortionX, distortionY, visual]];
  8. exports.Fisheye = Fisheye;
  9. exports.Fisheye.props = { transform: true };
  10. //# sourceMappingURL=fisheye.js.map