Package Exports
- @antv/vendor/d3-array
- @antv/vendor/d3-binarytree
- @antv/vendor/d3-color
- @antv/vendor/d3-dispatch
- @antv/vendor/d3-dsv
- @antv/vendor/d3-fetch
- @antv/vendor/d3-force
- @antv/vendor/d3-force-3d
- @antv/vendor/d3-format
- @antv/vendor/d3-geo
- @antv/vendor/d3-geo-projection
- @antv/vendor/d3-hierarchy
- @antv/vendor/d3-interpolate
- @antv/vendor/d3-octree
- @antv/vendor/d3-path
- @antv/vendor/d3-quadtree
- @antv/vendor/d3-random
- @antv/vendor/d3-regression
- @antv/vendor/d3-scale-chromatic
- @antv/vendor/d3-shape
- @antv/vendor/d3-timer
- @antv/vendor/package.json
Readme
vendor
Vendored dependencies for antv (inspired by VictoryVendor)
npm i @antv/vendorRecommend to use bun to install and run this project
📢: You need to prepack and link module-resolver to vendor before run build scripts
quick start
bun install
# link module-resolver to vendor
cd module-resolver && bun link && cd .. && bun link module-resolver
# run build script
bun run scripts/build.tsnotification: The following packages have no @types
- d3-regression
- d3-geo-projection
- d3-force-3d