Fantasy-Map-Generator/public/charges/trowel.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.2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
<metadata author="Jacques63" source="https://commons.wikimedia.org/wiki/File:Meuble_h%C3%A9raldique_truelle.svg" license="https://creativecommons.org/licenses/by-sa/4.0"/>
<g id="trowel" stroke-width=".56">
<path d="m90.26 137.2 1.28-17.3c.1-1.37 1.07-2.5 2.55-2.45 1.48.05 2.33 1.13 2.33 2.51l.07 17.47c0 1.38-1.83 2.36-3.3 2.31-1.49-.05-3.04-1.17-2.93-2.54z"/>
<path stroke-width=".38" d="M95.6 119.6c-.87.41-2.3.32-3.16-.22-.87-.53-.86-1.3.02-1.72.88-.41 2.3-.32 3.17.22.84.52.86 1.27.04 1.7z"/>
<g class="secondary">
<path d="M101.54 105.1c-.14.68-.49 3.86-1.71 5.26-.96 1.1-3.57 2.96-4.16 4.29-.69 1.58-.15 4.03-.15 4.03-.2.75-3 .28-3.07-.34 0 0 .1-2.45.85-4.57.7-2 2.2-2.09 3.3-3.92a17.13 17.13 0 0 0 1.78-6.66z"/>
<path d="m85.52 103.73 29.27 4.75-8.04-40.64c-.41-2.94-2.92-7.2-5.84-7.55-2.92-.36-4.73 1.51-5.3 3.94z"/>
<path stroke-width=".38" d="M99.94 91.15c.9-.09 1.78 8.94 1.52 14.67-2.05.44-3.27-.02-3.15-1.9-.16-6.98.58-13.09 1.63-12.77z"/>
<path stroke-width=".38" d="M93.52 117.84c.15-1.74-.17-3.5 1.3-4.66 2.63-2.07 3.18-3.05 3.8-6.7"/>
<path stroke-width=".38" d="m91.8 138.08.93-16.4"/>
</g>
</g>
</svg>