Skip to content

Commit

Permalink
Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Dec 1, 2024
1 parent 40ba375 commit 38c6565
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export { LeafEffect, type LeafEffectOptions } from "./effects/LeafEffect";
//------------------------------

export * from "./factory/BookFactory";
export { createHexagonalTile, type HexagonalTileOptions } from "./factory/HexagonalTileFactory";

//------------------------------
// Geometries
Expand Down Expand Up @@ -241,7 +242,7 @@ export * from "./utils/AlignToRow";
export * from "./utils/AlignToSurface";
export * from "./utils/Center";
export * from "./utils/ColorUtils";
export * from "./utils/FindClosestPoint"
export * from "./utils/FindClosestPoint";
export * from "./utils/InterpolateCurve";
export * from "./utils/LineEquations";
export * from "./utils/ParametricCurveUtils";
Expand Down

0 comments on commit 38c6565

Please sign in to comment.