
anvaka/panzoom: Universal pan and zoom library (DOM, SVG, Custom) - GitHub
Extensible, mobile friendly pan and zoom framework (supports DOM and SVG). Grab it from npm and use with your favorite bundler: Or download from CDN: If you download from CDN the library will be available under panzoom global name. // In the browser panzoom is …
GitHub - bumbu/svg-pan-zoom: JavaScript library that enables …
JavaScript library that enables panning and zooming of an SVG in an HTML document, with mouse events or custom JavaScript hooks
GitHub - michaschwab/easypz: Easy Pan and Zoom JS Library
2010年1月1日 · Use this Javascript library to make your web visualization interactive via pan and zoom, for mobile and desktop! EasyPZ supports many interactions for panning and zooming, including wheel, pinch, double click, hold, brush, rub, and dynamic zoom, panning methods including default, flick, and many variations.
[Two.js] Zoom & Pan UI - CodePen
Using packages here is powered by esm.sh, which makes packages from npm not only available on a CDN, but prepares them for native JavaScript ESM usage. All packages are different, so refer to their docs for how they work. If you're using React / ReactDOM, make sure to turn on Babel for the JSX processing.
How to pinch-to-zoom and 2 finger pan a Fabric.js canvas
2021年3月25日 · How to pinch-to-zoom and 2 finger pan a Fabric.js canvas Mar 25, 2021 If you want to support the pinch-to-zoom gesture, and two-finger panning while using a trackpad on a webpage, you only need to check for one special property on the wheel event.
Javascript library to draw 2D shapes and pan and zoom
My suggestion for custom javascript drawings is d3.js. As an example, http://bl.ocks.org/edrex/1920883 shows a way to draw pascal's triangle. https://github.com/d3/d3-zoom shows how to do some zoom/pan activities. This library also makes it possible to render in svg or canvas, depending on your needs.
Implementing Zoom and Pan in Just 69 Lines of Javascript
2019年10月18日 · For a recent work project, I had to add the capacity to zoom and pan a workspace with several different elements in it. I’ve decided to share my implementation as it’s lightweight, open for...
适用于aria2的Web端客户端AriaNg最新版 - 知乎 - 知乎专栏
AriaNg Mac版是mac平台上一款基于aria2开源下载软件的Web前端,遵守MIT开源协议, 使用纯html & Javascript 开发, 不需要任何编译器或运行环境. 只要将 AriaNg 放在 Web 服务器里并在浏览器中打开即可使用.
极下解析 - 网盘解析工具(支持百度网盘/诚通网盘) - 科技师
2022年5月21日 · 极下解析是一个网盘解析工具,这是一个在线工具,支持百度网盘和诚通网盘,能够我们非常方便的解析百度网盘、城通网盘的直连地址,我们只需要将解析的直连地址复制到多线程下载工具中,就能实现多线程高速下载百度网盘和诚通网盘的资源,而无需开通所谓的VIP。 1、打开该工具官网. 如上图所示,我们进入解析页面,只需要填写完成的网盘分享链接记忆提取码,然后点击“解析链接”,就能获得百度网盘/诚通网盘的高速直连下载地址,把这些解析 …
A library for panning and zooming elements using CSS transforms
Panzoom is a small library (~3.7kb gzipped) to add panning and zooming functionality to an element.