# d3-zoom **Repository Path**: mirrors_d3/d3-zoom ## Basic Information - **Project Name**: d3-zoom - **Description**: Pan and zoom SVG, HTML or Canvas using mouse or touch input. - **Primary Language**: Unknown - **License**: ISC - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # d3-zoom The zoom behavior implemented by d3-zoom is a convenient but flexible abstraction for enabling pan-and-zoom on [selections](https://github.com/d3/d3-selection). It is agnostic about the DOM, so you can use it with SVG, HTML or Canvas. ## Resources - [Documentation](https://d3js.org/d3-zoom) - [Examples](https://observablehq.com/collection/@d3/d3-zoom) - [Releases](https://github.com/d3/d3-zoom/releases) - [Getting help](https://d3js.org/community)