daybrush / infinite-viewer

Infinite Viewer is Document Viewer Component with infinite scrolling.
https://daybrush.com/infinite-viewer/
MIT License
283 stars 30 forks source link

Can zoomRange be restricted according to axes? #59

Open cyhnkckali opened 11 months ago

cyhnkckali commented 11 months ago

For example 0.1 on the X axis and 0.5 on the Y axis

daybrush commented 11 months ago

@cyhnkckali

infinite-viewer's new version is released.

zoomRangeX, zoomRangeY props are added.

zoomRange is both x and y.

If you want to limit them individually, use zoomRangeX, zoomRangeY.