1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50
|
Source: node-svgdotjs-svg.js
Section: javascript
Priority: optional
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Georges Khaznadar <georgesk@debian.org>
Testsuite: autopkgtest-pkg-nodejs
Build-Depends:
debhelper-compat (= 13)
, dh-sequence-nodejs
, dh-nodejs
, rollup
, node-rollup-plugin-babel
, node-rollup-plugin-terser
, node-rollup-plugin-commonjs
, node-rollup-plugin-node-resolve
, npm
Standards-Version: 4.7.0
Homepage: https://svgjs.dev/
Vcs-Git: https://salsa.debian.org/js-team/node-svgdotjs-svg.js.git
Vcs-Browser: https://salsa.debian.org/js-team/node-svgdotjs-svg.js
Rules-Requires-Root: no
Package: node-svgdotjs-svg.js
Architecture: all
Conflicts: node-svgdotjs-svg.panzoom.js
Replaces: node-svgdotjs-svg.panzoom.js
Provides: node-svgdotjs-svg.panzoom.js
Depends:
${misc:Depends}
,
Description: Lightweight library for manipulating and animating SVG
node-svgdotjs-svg.js is a lightweight library for manipulating and
animating SVG; it has no dependencies, except Node.js, and aims to be
as small as possible while providing close to complete coverage
of the SVG spec.
.
Current features:
.
* animations on size, position, transformations, color, ...
* painless extension thanks to the modular structure
* various useful plugins available
* unified api between shape types with move, size, center, ...
* binding events to elements
* full support for opacity masks and clipping paths
* text paths, even animated
* element groups
* dynamic gradients and patterns
* fully documented
.
Node.js is an event-based server-side JavaScript engine.
|