node-d3-zoom 1.8.3+~1.8.4-1 source package in Ubuntu

Changelog

node-d3-zoom (1.8.3+~1.8.4-1) unstable; urgency=medium

  * Team upload
  * Update standards version to 4.6.2, no changes needed
  * Embed typescript declarations and repack

 -- Yadd <email address hidden>  Sat, 09 Sep 2023 19:26:49 +0400

Upload details

Uploaded by:
Debian Javascript Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Javascript Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
node-d3-zoom_1.8.3+~1.8.4-1.dsc 2.5 KiB ea24760d7ee3a7850df94dcc12895cc263f7cb98d56a4e469dae5e57f1d9e5ef
node-d3-zoom_1.8.3+~1.8.4.orig-types-d3-zoom.tar.gz 8.0 KiB e57796ae197cc88e262e2d6778952c39f58eedbc6dc77668eb9eabd1ef8283ef
node-d3-zoom_1.8.3+~1.8.4.orig.tar.gz 255.1 KiB b9ef745889f94b167bf3b5630ab646c6ff31dce990ee3c98815e1383c069cec6
node-d3-zoom_1.8.3+~1.8.4-1.debian.tar.xz 4.5 KiB ce90f8e7d11c66e5c7ee03ad389656b11422ae7a3e4a96159b47d4824b219d08

Available diffs

No changes file available.

Binary packages built by this source

node-d3-zoom: Pan and zoom SVG, HTML or Canvas using mouse or touch input

 Panning and zooming are popular interaction techniques which let the user
 focus on a region of interest by restricting the view.
 .
 The zoom behavior implemented by d3-zoom is a convenient but flexible
 abstraction for enabling pan-and-zoom on selections. It handles a surprising
 variety of input events and browser quirks. The zoom behavior is agnostic
 about the DOM, so you can use it with SVG, HTML or Canvas.
 .
 Node.js is an event-based server-side JavaScript engine.