geojson-path-finder
geojson-path-finder copied to clipboard
TypeError: PathFinder is not a constructor
@perliedman
Instead of:
var PathFinder = require("geojson-path-finder")
use:
import PathFinder from "geojson-path-finder";
Or const PathFinder = require("geojson-path-finder").default;