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

8 lines
1 KiB
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:Meuble_h%C3%A9raldique_cisaille.svg" author="Yorick" license="https://creativecommons.org/licenses/by/1.0"/>
<g id="pincers" stroke-width="3" transform="translate(87.6 60) scale(0.228)">
<path d="M1.8 339.79c11.62-19.18 12.5-34.74 15.12-50.89 9.9-57.34 8.83-107.06 11.53-159.4 1.02-24.87 9.13-26.4 15.7-33.03C87.1 62.8 72 22.6 64.53 10.4c-3-8.24 5.66-12.32 9.83-5.33 29.23 52.71 3.88 85.15-21.8 110-7.49 5.96-7.92 7.92-8.15 16.97-2.06 79.66-3.9 159.61-27.82 211.9-3.84 11.54-17.27 9.03-14.79-4.15z"/>
<path d="M107.13 339.79C95.5 320.6 94.63 305.05 92 288.9c-9.9-57.34-8.83-107.06-11.53-159.4-1.02-24.87-9.13-26.4-15.7-33.03C21.83 62.8 36.94 22.6 44.4 10.4c3-8.24-5.66-12.32-9.83-5.33-29.22 52.71-3.88 85.15 21.8 110 7.49 5.96 7.92 7.92 8.15 16.97 2.07 79.66 3.9 159.61 27.82 211.9 3.84 11.54 17.27 9.03 14.79-4.15z"/>
<path d="M58.75 99.57a4.29 4.29 0 11-8.57 0 4.29 4.29 0 118.57 0z"/>
</g>
</svg>