@flatten-js/core
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -27,3 +27,6 @@ /** | ||
// export default Flatten; | ||
export {default} from 'flatten-js'; | ||
export {Utils, Errors} from 'flatten-js'; | ||
export {Matrix, PlanarSet, Point, Vector, Segment, Line, Circle, Arc, Box, Edge, Face, Ray, Polygon} from 'flatten-js'; | ||
export {matrix, point, vector, circle, line, segment, arc, box, ray} from 'flatten-js'; | ||
export {ray_shoot} from 'flatten-js'; | ||
export {default as Flatten} from 'flatten-js'; |
{ | ||
"name": "@flatten-js/core", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Javascript library for 2d geometry", | ||
@@ -5,0 +5,0 @@ "main": "packages/core/dist/main.cjs.js", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
581656
14687