Simple frontend-only web page email sign generator.
  • TypeScript 71.2%
  • CSS 25.7%
  • JavaScript 1.9%
  • HTML 1.2%
Find a file
2025-12-10 17:20:07 +08:00
public Add favicon & README 2025-12-01 13:03:40 +08:00
src Split css 2025-12-02 15:58:22 +08:00
.gitignore First commit: Basic sturcture and styles 2025-11-27 14:11:13 +08:00
eslint.config.js First commit: Basic sturcture and styles 2025-11-27 14:11:13 +08:00
index.html Add favicon & README 2025-12-01 13:03:40 +08:00
package-lock.json Bump dependencies version 2025-12-10 17:20:07 +08:00
package.json Bump dependencies version 2025-12-10 17:20:07 +08:00
README.md Update README 2025-12-01 14:26:37 +08:00
tsconfig.app.json First commit: Basic sturcture and styles 2025-11-27 14:11:13 +08:00
tsconfig.json Split css 2025-12-02 15:58:22 +08:00
tsconfig.node.json First commit: Basic sturcture and styles 2025-11-27 14:11:13 +08:00
vite.config.ts Split css 2025-12-02 15:58:22 +08:00

Hanamaru Email signature generator

A simple frontend-only web page email sign generator for Hanamaru members.

dev under Nodejs v20.19.4. Using React + TypeScript + Vite

Build

# clone repo
npm install
# edit `base` in `vite.config.ts` to match your deploy url prefix
npm run build

TODO

  • Allows to set icon type (remote / base64)
  • Search SimpleIcons
  • Mobile View
  • Dark mode