mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 17:41:23 +01:00
* 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>
6 lines
842 B
XML
6 lines
842 B
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata source="https://commons.wikimedia.org/wiki/File:Fusa_komm.svg" license="https://creativecommons.org/publicdomain/zero/1.0"/>
|
|
<g id="spiral" stroke-width=".46">
|
|
<path d="M123.05 69.88c-21.64-15.51-45.11-5.13-54.44 7.88-16 22.3-6.78 43.54 4.28 52.2 14.91 11.7 39.13 10.79 49.65-3.71 8.51-11.74 8.88-29.46-5.13-39.85-7.71-5.72-22.7-7.56-31.19 4.5-6.1 8.69-1.82 17.66 2.52 21.37 5.43 4.63 12.77 3.72 16.07-.81 5.15-7.06-1.2-13.23-5.71-11.8 1.31 1.29 1.58 4.25-.46 4.8-2.49.69-4.8-3.46-2.68-6.29 3.16-4.2 9.56-3.48 12.66-1.1 6 4.62 6.94 13 1.42 20.12-8.24 10.62-21.14 7.1-26.38 3.01-10.1-7.87-14.39-22.27-4.89-35.08 14.2-19.15 35.64-11.73 43.75-6.06 11.3 7.91 13.52 17.34 16.22 32.28 4.05-17.96-2.71-32.15-15.7-41.46z"/>
|
|
</g>
|
|
</svg>
|