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

18 lines
2 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
<metadata author="Erlenmeyer" source="https://upload.wikimedia.org/wikipedia/commons/c/cd/Drum_with_crossed_drumsticks.svg" license="https://creativecommons.org/licenses/by-sa/4.0"/>
<g id="drum" stroke-width=".45" stroke-linecap="round" stroke-linejoin="round">
<path d="M127 119.18c0 6.54-13.5 11.82-30.06 11.82-16.62 0-30-5.28-30-11.82v-5.46c0-6.6 13.38-11.88 30-11.82 16.56 0 30 5.28 30 11.82v5.4z"/>
<path fill="none" d="M127 113.72c0 6.54-13.5 11.82-30.06 11.82-16.62 0-30-5.28-30-11.82"/>
<path class="secondary" d="M96.94 123.92c-15.6 0-28.2-4.56-28.2-10.2V83.54h56.4v30.18c0 5.64-12.6 10.2-28.2 10.2z"/>
<path d="M68.38 87.98c-.6 0-1.2.78-1.02 1.44l6.48 31.38a1.2 1.2 0 0 0 1.02.9 1.2 1.2 0 0 0 1.26-.6l8.94-19.62 10.8 23.4c.18.36.6.72 1.08.72a1.2 1.2 0 0 0 1.14-.78l10.74-23.4 8.94 19.68a1.2 1.2 0 0 0 1.2.6c.54 0 .96-.42 1.08-.9l6.48-31.32c.12-.6-.3-1.38-.9-1.5-.66-.12-1.32.36-1.5 1.02l-5.76 27.96L109.9 98c-.18-.42-.66-.6-1.14-.6-.42 0-.84.3-1.08.72L97 121.16l-10.8-23.1c-.12-.42-.6-.72-1.02-.78-.48 0-.96.24-1.14.66l-8.4 18.9L69.7 89c-.12-.6-.72-1.08-1.32-.96z"/>
<path d="M127 88.22c0 6.54-13.5 11.82-30.06 11.82-16.62 0-30-5.28-30-11.82v-5.4c0-6.6 13.38-11.88 30-11.88 16.56 0 30 5.28 30 11.82v5.46z"/>
<path fill="none" d="M66.88 85.94c0-6.6 13.44-11.88 30-11.88C113.56 74.06 127 79.4 127 86"/>
<path fill="none" d="M127 82.76c0 6.54-13.5 11.82-30.06 11.82-16.62 0-30-5.28-30-11.82"/>
<g class="tertiary" stroke-width=".3">
<path d="m74.56 92.42 62.52-17.82c.78-.24 1.38.72 1.62 1.74.3 1.02.3 2.1-.54 2.34l-63 16.2-2.16-.66z"/>
<path d="m74.56 92.42-3.36.18c-.84 0-1.92.78-1.44 2.46.42 1.68 1.8 1.92 2.52 1.38l2.88-1.56z"/>
<path d="m82.9 70.4 55.56 33.78c.72.48.42 1.5-.18 2.4-.54.9-1.38 1.62-2.04 1.2L81.58 72.56l-1.02-2.16z"/>
<path d="m82.9 70.4-2.28-2.34c-.6-.6-1.92-.84-2.82.6-.96 1.5-.18 2.7.66 2.82l3.12 1.02z"/>
</g>
</g>
</svg>