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

14 lines
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
<metadata source="http://wappenwiki.org" license="https://creativecommons.org/licenses/by-nc-sa/3.0"/>
<g id="sword" stroke-width=".28">
<path class="secondary" d="M96.6 118.8L98 69.2c0-1.8.7-9.2 2-9.2 1.2 0 2 7.4 2 9.2l1.4 49.6z"/>
<path d="M98.5 133.8L97 120h5.8l-1.3 13.8z"/>
<path d="M100 120.9c4.2 0 8.2-.2 12.4-.6l-.8-3.2c-2 .4-3.5 1.3-5.4 1.5-2 .3-4.7-.3-6.2-.6-1.5.3-4.1.9-6.2.6-2-.2-3.5-1-5.4-1.5l-.8 3.2c4.2.4 8.2.6 12.4.6zm0 19.1c2 0 3.6-1.5 3.6-3.5 0-1.5-1-2.7-2.2-3.3-.4.2-1 .3-1.6.3-.5 0-1 0-1.3-.2-1.2.6-2 1.8-2 3.2 0 2 1.5 3.5 3.5 3.5z"/>
<g fill="none">
<path d="M99 118.25s.4-39.35.9-39.35.9 39.35.9 39.35"/>
<path d="M102.7 121.4c-.3.6-1.5.85-2.7.8-1.2-.05-2.4-.2-2.7-.8m5.1 2.5c-.2.5-1.3.7-2.4.7-1 0-2.2-.3-2.4-.7m4.6 2.3c-.2.4-1.2.6-2.2.6s-2-.2-2.2-.6m4.2 2.3c-.2.4-1 .6-2 .6-.9 0-1.8-.2-2-.6m3.7 2.3c-.2.4-1 .5-1.7.5s-1.5-.1-1.7-.5"/>
<path d="M97.6 137.1a2.4 2.4 0 014.8 0c0 1.3-1 2.3-2.4 2.3-1.3 0-2.4-1-2.4-2.3z"/>
<path d="M100 118v2.9"/>
</g>
</g>
</svg>