Skip to content

Commit 29c0dd4

Browse files
committed
Merge branch 'master' into feature/voronoi-effect
# Conflicts: # src/common/lindenmayer.js
2 parents f5236f3 + 5b03390 commit 29c0dd4

81 files changed

Lines changed: 5252 additions & 1619 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

IDEAS.md

Lines changed: 671 additions & 0 deletions
Large diffs are not rendered by default.

LICENSE

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,8 @@ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
1919
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
2020
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
2121
SOFTWARE.
22+
23+
---
24+
25+
Note: Logo files located in the "src/features/app" directory are not covered under
26+
this license. See LICENSE in that directory for details.

package-lock.json

Lines changed: 83 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
"d3-delaunay": "^6.0.4",
2121
"d3-fisheye": "^2.1.2",
2222
"gcode-toolpath": "^3.0.0",
23+
"i18next": "^24.2.3",
24+
"i18next-browser-languagedetector": "^8.0.4",
2325
"javascript-algorithms": "0.0.5",
2426
"kdbush": "^4.0.2",
2527
"konva": "^10.0.12",
@@ -38,6 +40,7 @@
3840
"react-dom": "^19.2.0",
3941
"react-error-boundary": "^6.0.0",
4042
"react-ga4": "^2.1.0",
43+
"react-i18next": "^15.4.1",
4144
"react-icons": "^5.5.0",
4245
"react-konva": "^19.2.1",
4346
"react-redux": "^9.2.0",

public/fonts/Caveat-Bold.ttf

251 KB
Binary file not shown.

public/fonts/Caveat-Regular.ttf

251 KB
Binary file not shown.

public/fonts/EBGaramond-Bold.ttf

548 KB
Binary file not shown.

public/fonts/FiraCode-Bold.ttf

185 KB
Binary file not shown.

public/fonts/FiraCode-Regular.ttf

184 KB
Binary file not shown.
106 KB
Binary file not shown.

0 commit comments

Comments
 (0)