UNPKG

@plotset/animation

Version:

AnimatedChartModule - An Interactive Data Visualization Tool\n\nAnimatedChartModule is a powerful Node.js module designed for developers who work with data visualization, particularly in JavaScript using D3.js. This module empowers you to create stunning

45 lines (44 loc) 2.29 kB
{ "name": "@plotset/animation", "version": "2.3.11", "description": "AnimatedChartModule - An Interactive Data Visualization Tool\\n\\nAnimatedChartModule is a powerful Node.js module designed for developers who work with data visualization, particularly in JavaScript using D3.js. This module empowers you to create stunning animated charts and graphics effortlessly. With just your data and desired animation duration, it seamlessly updates your D3 animated functions, ensuring precise frame rendering at calculated intervals.\\n\\nKey Features:\\n- Streamlined Data Animation: Easily animate your charts and graphs without the hassle of managing frame updates manually.\\n- D3 Integration: Seamlessly works with D3.js, the popular data visualization library, making it a valuable addition to your D3 projects.\\n- Precise Timing Control: Define animation duration, and let the module handle the rest, ensuring smooth, synchronized transitions.\\n- Developer-Friendly: Designed with developers in mind, making complex data animations accessible to a broader audience.\\n\\nWhether you're a seasoned D3.js developer or just getting started with data visualization, AnimatedChartModule is the go-to tool for bringing your data to life through captivating animations.\\n\\n@version 1.0.0\\n@license MIT\\nCopyright (c) [Alireza Balaei]", "main": "dist/index.js", "module": "dist/index.js", "exports": { "default": "./dist/index.js" }, "scripts": { "test": "node test.js", "build": "esbuild ./src/index.js --format=esm --platform=browser --bundle --minify --outdir=dist", "publish": "npm run build && npm publish" }, "repository": { "type": "git", "url": "https://gitlab.pro.ai/alirezabalayi/plotset-animation" }, "keywords": [ "plotset", "data-visualization", "D3.js", "animated-charts", "animation-library", "data-animation", "interactive-graphics", "JavaScript", "Node.js", "open-source", "MIT-license" ], "author": "Alireza Balaei", "license": "MIT", "dependencies": { "d3-scale": "^4.0.2", "d3-timer": "^3.0.1", "esbuild": "^0.19.5", "lodash": "^4.17.21", "plotset-formatter": "^1.2.150" }, "files": [ "dist" ] }