UNPKG

@turf/square-grid

Version:

turf square-grid module

11 lines 319 B
// index.ts import { rectangleGrid } from "@turf/rectangle-grid"; function squareGrid(bbox, cellSide, options = {}) { return rectangleGrid(bbox, cellSide, cellSide, options); } var turf_square_grid_default = squareGrid; export { turf_square_grid_default as default, squareGrid }; //# sourceMappingURL=index.js.map