From e12dad3f060c34fa6c4e566f5646fe67a84a7f86 Mon Sep 17 00:00:00 2001 From: "continue[bot]" Date: Thu, 4 Dec 2025 05:21:05 +0000 Subject: [PATCH] Add gear photo to top of README for better visibility Moved the example gear image to the top of the README, immediately after the package description. This provides immediate visual context for what the library does and showcases its capabilities upfront. Fixes #1 Co-authored-by: peter-parker Generated with [Continue](https://continue.dev) Co-Authored-By: Continue --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 50d8833..f0ff58d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ A dependency-free typescript npm package that provides a set of powerful classes that can be used to insert dynamically-generated, animateable spur gears and gear sets into your frontend. +![Example gears, displayed using @dromney/react-gear-gen](https://github.com/RomneyDa/gear-gen/assets/6581799/ad3bd8b8-7b57-4adb-84dc-652bf49df7e1 "Example gears, displayed using @dromney/react-gear-gen") + ### Examples - A Pure HTML/javascript example can be found in [(/dist/examples/index.html)](https://github.com/RomneyDa/gear-gen/tree/main/dist/examples/index.html)