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

13 lines
1,013 B
XML

<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
<metadata source="http://wappenwiki.org/images/5/59/Manndorff.svg" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
<g id="spear" stroke-width=".237">
<path d="M100.045 139.857c.506 0 .909-.34.909-.758V76.436l-.127-.182-.49-.671-.6-.79-.521 1.998-.095-.11v62.418c.016.418.427.758.924.758z"/>
<path d="M99.129 77.945v14.133h1.833V77.826a7.95 7.95 0 0 1-1.833.119z"/>
<g class="secondary">
<path d="M101.19 74.169c.34-2.852 2.308-4.385 2.308-4.385-2.758-3.563-3.469-9.78-3.469-9.78s-.703 6.217-3.468 9.788c0 0 1.967 1.533 2.307 4.385h2.323z"/>
<polygon points="99.374 74.003 100.029 62.437 100.693 74.003"/>
<path d="M99.303 74.714c0 1.28-.316 3.436-.316 3.436s.253.198 1.043.198c.797 0 1.042-.198 1.042-.198s-.316-2.172-.316-3.436"/>
<path d="M98.829 74.911h2.401a.538.538 0 0 0 0-1.074H98.83a.538.538 0 0 0-.537.537c0 .292.244.537.537.537z"/>
</g>
</g>
</svg>