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

1 line
No EOL
1.1 KiB
XML

<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200"><metadata author="Azgaar" license="https://creativecommons.org/publicdomain/zero/1.0"/><g id="crossSantiago" stroke-width=".5"><path d="M100 148s3.84-26.43 9-46c0 0-6.3 0-6.3-11h9.3c1.7 0 3.69 1.45 3.69 3.16 0 1.4-1.38 2.38-2.59 2.38-1.72 0-2.88-.83-2.88-.83 0 4.5 2.74 6.62 5.81 6.62 3.52 0 6.65-2 6.65-5.65 0-3.32-2.68-4.77-2.68-4.77l1 .07c5.11 0 9-3.98 9-3.98s-3.89-3.54-9-3.54l-1 .07s2.68-1.45 2.68-4.77c0-3.67-3.13-5.65-6.65-5.65-3.08 0-5.81 2.12-5.81 6.62 0 0 1.16-.84 2.88-.84 1.2 0 2.59.98 2.59 2.39 0 1.7-1.97 2.73-3.69 2.72h-9.3c0-7 1.3-11 1.3-11 4 3 8-1 8-4 0-6-8-6-12-12-4 6-12 6-12 12 0 3 4 7 8 4 0 0 1.3 4 1.3 11H88c-1.7 0-3.8-1.01-3.8-2.72 0-1.4 1.37-2.39 2.58-2.39 1.72 0 2.89.83 2.89.83 0-4.5-2.75-6.61-5.82-6.61-3.52 0-6.64 2-6.64 5.65a5.58 5.58 0 002.67 4.77l-1-.07C73.78 84.46 70 88 70 88s3.77 3.98 8.88 3.98l1-.07s-2.67 1.45-2.67 4.77c0 3.66 3.12 5.64 6.64 5.64 3.08 0 5.82-2.11 5.82-6.61 0 0-1.17.83-2.89.83-1.2 0-2.58-.98-2.58-2.38 0-1.71 2.08-3.1 3.8-3.16h9.3c0 5-1.3 11-6.3 11z"/></g></svg>