UNPKG

react-native-zoom-toolkit

Version:

Most complete set of pinch to zoom utilites for React Native

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