Package Exports
- @antv/vendor/d3-array
- @antv/vendor/d3-color
- @antv/vendor/d3-dispatch
- @antv/vendor/d3-dsv
- @antv/vendor/d3-force
- @antv/vendor/d3-format
- @antv/vendor/d3-geo
- @antv/vendor/d3-hierarchy
- @antv/vendor/d3-interpolate
- @antv/vendor/d3-path
- @antv/vendor/d3-quadtree
- @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)
Recommend to use bun to install and run this project
📢: You need to prepack and link module-resolver to vendor before run build scripts
bun install
# link module-resolver to vendor
cd module-resolver && bun link && cd .. && bun link module-resolver
# run build script
bun run scripts/build.ts