Angular Component That Allows Panning/Zooming An Image In A Canvas Element

angular-zoomable-canvas-image

Zoomable-Canvas is an Angular 2 component that allows panning and zooming an image in a Canvas element. The <canvas> element hosting the HtmlImageElement can be moved and minified with the mouse. This component also provides two-way bindings links for programmatic navigation and zoom. How to make use of it: Install: npm install –save @durwella/zoomable-canvas 1. … Read more