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

6 lines
964 B
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:Coa_Illustration_Elements_Tool_Hook.svg" author="Madboy74" license="https://www.gnu.org/licenses/fdl-1.3.html"/>
<g id="hook" stroke-width=".4" transform="translate(-1.7, 0.1)">
<path d="M87.94 60.4c-3.23.15-5.92 2.28-6.18 5.89-.33 4.55 4.1 6.35 4.1 6.35.67.26 1.5-.13 1.77-.8.26-.67-.1-1.51-.78-1.77 0 0-2.48-.8-2.34-3.67.1-1.9 1.78-3.4 4.09-3.26 1.9.12 3.52 1.07 3.75 3.2.21 2.04-.92 3.66-2.23 5.41-1.32 1.76-2.99 3.59-3.07 6.16v.05l.29 44.52c.07 10.43 8.96 17.01 17.68 16.83a15.6 15.6 0 0011.9-5.67c4.99-6.08 5.87-16.21 3.58-24.03-1.02 5.05-3.65 17.46-14.82 14.93 3.07 2.67 8.66 3.56 12.5.32a17.09 17.09 0 01-3.37 7 12.9 12.9 0 01-9.84 4.7c-7.33.16-14.83-5.22-14.88-14.1l-.29-44.47c0-1.29 1.14-2.76 2.52-4.6 1.38-1.85 2.97-4.14 2.77-7.19-.2-3.1-3.07-5.69-6.5-5.8-.21-.01-.43-.02-.65 0z"/>
</g>
</svg>