bpmn-io / path-intersection

Computes the intersection between two SVG paths.
https://www.npmjs.com/package/path-intersection
MIT License
106 stars 9 forks source link

fix(project): Fix defintions to match export #2

Closed nikeee closed 6 years ago

nikeee commented 6 years ago

The export is no ES module export, it's a CommonJS export. The definitions should reflect that.