mirror of
https://github.com/Azgaar/Fantasy-Map-Generator.git
synced 2026-02-04 09:31:23 +01:00
* 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>
7 lines
960 B
XML
7 lines
960 B
XML
<svg xmlns="http://www.w3.org/2000/svg" fill="#d7374a" stroke="#000" viewBox="50 50 200 200">
|
|
<metadata author="Madboy74" source="https://commons.wikimedia.org/wiki/File:Coa_Illustration_Elements_literacy_Pen.svg" license="https://creativecommons.org/licenses/by-sa/4.0"/>
|
|
<g id="feather" stroke-width=".5">
|
|
<path stroke-linejoin="round" d="M109.97 60.12c-15.9 11.2-22.77 46.63-22.44 79.7.94-1.61.95-3.41 2.85-5.34-.42-4.58-.17-9.9.36-13.5.61-1.94 3.68-1.17 4.26.56.4 1.2.1 2.67-2.37 3.92 4.03.27 5.48-2.3 4.92-4.54-.45-1.82-2.28-2.95-4.2-2.8 1.44-1.12 3.5-.93 5.08-1.68 1.41-2.11 2.76-4.56 4.03-7.24-2.37 1.17-5.13 2.22-7.45 1.67 3.44-1.03 6.4-2.2 8.7-4.48 1.67-3.9 3.17-8.2 4.46-12.66-2.28 1.44-4.77 2.67-8.16 2.47 3.4-1.22 5.86-2.06 9.05-5.45 1.34-4.4 2.66-8.12 3.2-12.38-3.09 3-6.21 5.78-9.95 5.79 3.76-2.33 7.5-5.25 10.18-11.17-.15-3.58-.9-7.7-2.52-12.87z"/>
|
|
<path fill="none" d="M109.94 60.2c-12.13 16.34-19 40.79-19.2 60.79"/>
|
|
</g>
|
|
</svg>
|