Michael Czechowski 82d9882319 Port logo generator to vanilla JS + Vite
Restructure the single-file demo into a Vite project:

- src/logo.js: framework-agnostic core (shadow-layer geometry,
  inline text-shadow, generated CSS snippet, defaults, font list)
- src/main.js: DOM wiring (state read, live render, copy, native reset)
- src/style.css, index.html: markup + styles with the accessibility
  fixes (labels, aria, <details>/<summary>, <form> reset, focus rings)

The original single-file version lives on the 'html' branch.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-29 12:06:14 +02:00
2026-05-29 11:28:42 +02:00

The file is empty.
Description
No description provided
Readme 149 KiB
Languages
JavaScript 37.6%
HTML 34.2%
CSS 28.2%