-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
397 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,22 @@ | ||
import GridGenerator from "./GridGenerator"; | ||
import HexGrid from "./HexGrid"; | ||
import HexUtils from "./HexUtils"; | ||
import Layout from "./Layout"; | ||
import Path from "./Path"; | ||
import Pattern from "./Pattern"; | ||
|
||
import Hexagon from "./Hexagon/Hexagon"; | ||
import Text from "./Hexagon/Text"; | ||
|
||
import Hex from "./models/Hex"; | ||
|
||
export { | ||
GridGenerator, | ||
HexGrid, | ||
HexUtils, | ||
Layout, | ||
Path, | ||
Pattern, | ||
Hexagon, | ||
Text, | ||
Hex | ||
}; | ||
LayoutConsumer, | ||
LayoutContext, | ||
LayoutProvider, | ||
ViewBoxConsumer, | ||
ViewBoxContext, | ||
ViewBoxProvider, | ||
withExpandedLayout, | ||
withLayout, | ||
withViewBox | ||
} from "./Context"; | ||
export { default as GridGenerator } from "./GridGenerator"; | ||
export { default as Hex } from "./models/Hex"; | ||
export { default as Hexagon } from "./Hexagon"; | ||
export { default as HexGrid } from "./HexGrid"; | ||
export { default as HexUtils } from "./HexUtils"; | ||
export { default as Layout } from "./Layout"; | ||
export { default as Orientation } from "./models/Orientation"; | ||
export { default as Path } from "./Path"; | ||
export { default as Pattern } from "./Pattern"; | ||
export { default as Point } from "./models/Point"; | ||
export { default as Text } from "./Text"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.