| 12345678910 |
- "use strict";
- Object.defineProperty(exports, "__esModule", { value: true });
- exports.Fisheye = void 0;
- /**
- * Fisheye
- */
- const Fisheye = ({ focusX = 0, focusY = 0, distortionX = 2, distortionY = 2, visual = false, }) => [['fisheye', focusX, focusY, distortionX, distortionY, visual]];
- exports.Fisheye = Fisheye;
- exports.Fisheye.props = { transform: true };
- //# sourceMappingURL=fisheye.js.map
|