Hacker News new | ask | show | jobs
Show HN: Customizable Image Zoom with Pure JavaScript (desmonding.me)
16 points by kingdido999 3487 days ago
2 comments

I also made a similar library in TypeScript[1], great work. What's the legacy browser support like on this library?

[1] https://github.com/MikeBull94/zoom.ts

Thanks;) Since CSS Transform is required, it basically means IE 10+...I do not have access to those "legacy browsers", so hopefully I can get feedbacks from other people.