d3-voronoi.js 274 B

123456
  1. // `victory-vendor/d3-voronoi` (CommonJS)
  2. // See upstream license: https://github.com/d3/d3-voronoi/blob/main/LICENSE
  3. //
  4. // Our CommonJS package relies on transpiled vendor files in `lib-vendor/d3-voronoi`
  5. module.exports = require("../lib-vendor/d3-voronoi/src/index.js");