Refactor code structure for improved readability and maintainability

This commit is contained in:
CNCKitchen
2026-03-25 15:34:30 +01:00
parent 656371c3e3
commit 558a2301db
3 changed files with 32 additions and 15 deletions
+1
View File
@@ -34,6 +34,7 @@ const IMAGE_PRESETS = [
{ name: 'Bubble', url: 'textures/bubble.jpg' },
{ name: 'Carbon Fiber', url: 'textures/carbonFiber.jpg' },
{ name: 'Crystal', url: 'textures/crystal.jpg' },
{ name: 'Dots', url: 'textures/dots.jpg' },
{ name: 'Grip Surface', url: 'textures/gripSurface.jpg' },
{ name: 'Hexagons', url: 'textures/hexagons.jpg' },
{ name: 'Knitting', url: 'textures/knitting.jpg' },