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

11 lines
1.4 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
<metadata source="http://wappenwiki.org/images/c/c6/Prie.svg" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
<g id="trefoil" stroke-width=".711">
<path stroke-linejoin="round" d="M139.08 128.138c-2.322 4.242-4.313.284-17.23 6.707-5.498 2.726-8.579 3.46-12.323 1.422-4.338-2.37-3.413-6.944-3.887-11.02-.332-4.314-2.82-6.92-5.64-6.944-2.798.023-5.31 2.63-5.642 6.944-.474 4.076.45 8.65-3.886 11.02-3.721 2.038-6.826 1.304-12.324-1.422-12.917-6.423-14.908-2.465-17.23-6.707s2.014-3.91 3.602-18.249c.664-6.09 1.73-9.1 5.451-11.139 4.077-2.228 7.11.284 10.357 2.157 3.745 2.228 7.252 2.393 8.911.095 1.636-2.3.119-6.044-2.986-8.272-3.365-2.393-7.845-3.744-7.845-8.721 0-4.243 2.133-6.613 7.158-10.12 11.826-8.248 9.598-11.59 14.433-11.59s2.607 3.342 14.433 11.59c5.025 3.507 7.158 5.877 7.158 10.12 0 4.977-4.48 6.328-7.845 8.721-3.128 2.228-4.645 5.973-2.986 8.272 1.635 2.298 5.143 2.133 8.911-.095 3.247-1.849 6.28-4.385 10.357-2.157 3.72 2.038 4.787 5.048 5.451 11.139 1.564 14.339 5.901 14.007 3.602 18.249zm-46.546-22.207a7.465 7.465 0 0 0 14.93 0 7.465 7.465 0 0 0-14.93 0"/>
<g fill="#000">
<polygon points="100.355 95.835 99.999 75.903 99.644 95.835"/>
<polygon points="91.206 112.093 72.839 122.663 91.562 112.709"/>
<polygon points="107.986 112.449 127.159 122.663 108.341 111.832"/>
</g>
</g>
</svg>