An open API service indexing awesome lists of open source software.

https://github.com/andrewalderson/angular-pinch-zoom

A simple prototype of Pinch Zoom in angular
https://github.com/andrewalderson/angular-pinch-zoom

angular

Last synced: 2 months ago
JSON representation

A simple prototype of Pinch Zoom in angular

Awesome Lists containing this project

README

          

# Angular Pinch Zoom

This is a simple prototype of one way to implement pinch zoom in Angular using a Directive.
It uses Pointer Events instead of Mouse and Touch Events because this is 2023.
It has a simple UI to test out Pinch Zoom and an image. It also implements zoom with mouse wheel.

[Demo](https://andrewalderson.github.io/angular-pinch-zoom/)