UNPKG

@likashefqet/react-native-image-zoom

Version:

A performant zoomable image written in Reanimated v2+ 🚀

13 lines (11 loc) • 260 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.clamp = void 0; const clamp = (value, min, max) => { 'worklet'; return Math.min(Math.max(min, value), max); }; exports.clamp = clamp; //# sourceMappingURL=clamp.js.map