pantograph2d 0.10.1 → 0.11.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/{QuadraticBezier-DCa0WGs0.js → QuadraticBezier-B2g_Iyyl.js} +5 -5
- package/dist/{QuadraticBezier-DCa0WGs0.js.map → QuadraticBezier-B2g_Iyyl.js.map} +1 -1
- package/dist/{draw-CJWiicbK.js → draw-BJW5kfm9.js} +3 -3
- package/dist/{draw-CJWiicbK.js.map → draw-BJW5kfm9.js.map} +1 -1
- package/dist/{models-CFd5lRKc.js → models-DdZq-waE.js} +2 -2
- package/dist/{models-CFd5lRKc.js.map → models-DdZq-waE.js.map} +1 -1
- package/dist/pantograph/drawShape.js +2 -2
- package/dist/pantograph/models.js +2 -2
- package/dist/pantograph/svg.js +1 -1
- package/dist/pantograph.cjs +2 -2
- package/dist/pantograph.cjs.map +1 -1
- package/dist/pantograph.js +674 -568
- package/dist/pantograph.js.map +1 -1
- package/dist/{svg-CD4q2GBE.js → svg-D8vwkQf7.js} +2 -2
- package/dist/{svg-CD4q2GBE.js.map → svg-D8vwkQf7.js.map} +1 -1
- package/dist/types/src/algorithms/tesselate/tesselateSegment.d.ts +7 -0
- package/dist/types/src/main.d.ts +1 -1
- package/dist/types/src/operations.d.ts +1 -0
- package/dist/types/src/tesselationOperations.d.ts +15 -0
- package/package.json +2 -2
|
@@ -4767,10 +4767,10 @@ export {
|
|
|
4767
4767
|
nt as s,
|
|
4768
4768
|
mn as t,
|
|
4769
4769
|
un as u,
|
|
4770
|
-
|
|
4771
|
-
|
|
4772
|
-
|
|
4773
|
-
|
|
4770
|
+
an as v,
|
|
4771
|
+
sn as w,
|
|
4772
|
+
wn as x,
|
|
4773
|
+
It as y,
|
|
4774
4774
|
Kt as z
|
|
4775
4775
|
};
|
|
4776
|
-
//# sourceMappingURL=QuadraticBezier-
|
|
4776
|
+
//# sourceMappingURL=QuadraticBezier-B2g_Iyyl.js.map
|