Skip to content

Commit f29eddb

Browse files
committed
chore: update README
1 parent d1e4592 commit f29eddb

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -171,14 +171,14 @@ multi-layer-shadow-text-designer/
171171
│ │ ├── ShadowSettings.vue # Shadow configuration controls
172172
│ │ └── ThemeColorPicker.vue # Color picker for each theme
173173
│ ├── utils/
174-
│ │ ├── colors.js # Tailwind color palette (266 colors)
175-
│ │ └── urlSync.js # URL state synchronization
174+
│ │ ├── colors.ts # Tailwind color palette (266 colors)
175+
│ │ └── urlSync.ts # URL state synchronization
176176
│ ├── App.vue # Root component
177-
│ ├── main.js # Application entry point
177+
│ ├── main.ts # Application entry point
178178
│ └── style.css # Global styles with Tailwind
179179
├── index.html # HTML entry point
180180
├── package.json # Dependencies and scripts
181-
├── vite.config.js # Vite configuration
181+
├── vite.config.ts # Vite configuration
182182
├── tailwind.config.js # Tailwind CSS configuration
183183
└── postcss.config.js # PostCSS configuration
184184
```

0 commit comments

Comments
 (0)