UNPKG

@likashefqet/react-native-image-zoom

Version:

A performant zoomable image written in Reanimated v2+ 🚀

6 lines (5 loc) • 140 B
export const clamp = (value, min, max) => { 'worklet'; return Math.min(Math.max(min, value), max); }; //# sourceMappingURL=clamp.js.map