Fantasy-Map-Generator/public/charges/fleurDeLis.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

10 lines
1,003 B
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="fleurDeLis">
<path d="M104.2 113.2c.1-5.4 1.5-10.5 4-15.3 6.6-13.8 26.6-13.5 22.2 3.4-1.6 6.2-7.2 9.9-13.7 10.5.5-1.6 3.1-7.4 1-8.6-3.4.1-7.6 6-8.6 8.7-.1.4-.1.9-.3 1.3"/>
<path d="M95.8 113.2c-.1-5.4-1.5-10.5-4-15.3-6.5-13.8-26.6-13.4-22.2 3.5 1.6 6.2 7.2 9.9 13.7 10.5-.5-1.6-3.1-7.4-1-8.6 3.4.1 7.6 6 8.6 8.7.1.4.1.9.3 1.3"/>
<path d="M99.6 60.5C92.7 68 88 76.6 90 86.7c1.1 5.6 3.8 10.7 5.7 16.1 1.2 3.4 1.5 6.9 1.3 10.4h5.9c-.3-3.6.4-7 1.3-10.4 1.8-5.4 4.5-10.5 5.7-16.1 2.1-10.4-2.9-18.3-9.5-26.2l-.4-.5z"/>
<path d="M92 117.4c-1.7 3.4-8.5 9.7-12.2 11.5-.9.5 4.5-.3 6.9-.7 3.2-.5 7.4-3 7.3-2.1 0 4 1.5 10.7 5.6 13.8l.4.3.4-.3c4-3.4 5.6-9.5 5.6-13.8-.1-.9 4.1 1.6 7.3 2.1 2.4.4 7.9 1.1 6.9.7-3.6-1.8-10.5-8.1-12.2-11.5z"/>
<rect width="28" height="5" x="86.4" y="112.6"/>
</g>
</svg>