Fantasy-Map-Generator/public/charges/crossTriquetra.svg
Azgaar 9e0eb03618
[Migration] NPM (#1266)
* chore: add npm + vite for progressive enhancement

* fix: update Dockerfile to copy only the dist folder contents

* fix: update Dockerfile to use multi-stage build for optimized production image

* fix: correct nginx config file copy command in Dockerfile

* chore: add netlify configuration for build and redirects

* fix: add NODE_VERSION to environment in Netlify configuration

* remove wrong dist folder

* Update package.json

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* chore: split public and src

* migrating all util files from js to ts

* feat: Implement HeightmapGenerator and Voronoi module

- Added HeightmapGenerator class for generating heightmaps with various tools (Hill, Pit, Range, Trough, Strait, etc.).
- Introduced Voronoi class for creating Voronoi diagrams using Delaunator.
- Updated index.html to include new modules.
- Created index.ts to manage module imports.
- Enhanced arrayUtils and graphUtils with type definitions and improved functionality.
- Added utility functions for generating grids and calculating Voronoi cells.

* chore: add GitHub Actions workflow for deploying to GitHub Pages

* fix: update branch name in GitHub Actions workflow from 'main' to 'master'

* chore: update package.json to specify Node.js engine version and remove unused launch.json

* Initial plan

* Update copilot guidelines to reflect NPM/Vite/TypeScript migration

Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>

* Update src/modules/heightmap-generator.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/utils/graphUtils.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* Update src/modules/heightmap-generator.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

* feat: Add TIME and ERROR variables to global scope in HeightmapGenerator

* fix: Update base path in vite.config.ts for Netlify deployment

* fix: Update Node.js version in Dockerfile to 24-alpine

---------

Co-authored-by: Marc Emmanuel <marc.emmanuel@tado.com>
Co-authored-by: Marc Emmanuel <marcwissler@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: Azgaar <26469650+Azgaar@users.noreply.github.com>
2026-01-22 12:20:12 +01:00

9 lines
1.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
<metadata author="Azgaar" license="https://creativecommons.org/publicdomain/zero/1.0"/>
<g id="crossTriquetra" stroke-width=".5">
<path d="M75.86 128.35c-4.32 0-8.7-.75-12.91-2.29A37.85 37.85 0 0187 97.16h0l.02-.02A37.33 37.33 0 0199.93 62a37.5 37.5 0 0112.92 35.14 37.56 37.56 0 0124.05 28.91 37.61 37.61 0 01-37-6.45h-.02a37.73 37.73 0 01-24.05 8.74zm.33-6.26a31.32 31.32 0 0019.3-6.92 37.77 37.77 0 01-6.85-11.86 31.44 31.44 0 00-18.04 18.31c1.86.32 3.72.47 5.6.45zm47.87 0c1.76 0 3.54-.15 5.3-.45a31.37 31.37 0 00-18.04-18.31 37.84 37.84 0 01-6.85 11.86 31.4 31.4 0 0019.57 6.92zM100 110.78h.01a32.1 32.1 0 005.28-9.12 31.51 31.51 0 00-10.52 0 31.46 31.46 0 005.24 9.1zm-6.83-15.2a39.5 39.5 0 0113.69 0A31.26 31.26 0 00100 70.84a31.34 31.34 0 00-6.84 24.74z"/>
<path fill="none" d="M90.36 107.31a37.23 37.23 0 01-3.6-12.37m6.1-1.9a31.22 31.22 0 003.42 12.08"/>
<path fill="none" d="M102.38 95.05a37.23 37.23 0 0115.66 4.55m-4.86 4.56a31.22 31.22 0 00-12.35-2.91"/>
<path fill="none" d="M92.21 117.48a31 31 0 009.64-9.27m5.3 3.35a37.46 37.46 0 01-13.32 12.22"/>
</g>
</svg>