This website requires JavaScript.
Explore
Help
Sign In
phundrak
/
framit
Watch
1
Star
0
Fork
0
You've already forked framit
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
develop
Add File
New File
Apply Patch
framit
/
app
/
types
/
tool.ts
5 lines
59 B
TypeScript
Raw
Permalink
Normal View
History
Unescape
Escape
feat(resume,vocal-synth): add clickable links to tools and technologies - Add Tool interface with name and optional link properties - Update BadgeList and BadgeListCard components to render links - Extract VocalSynthPage types to dedicated module - Migrate resume.json and vocal-synthesis.json data to use Tool format - Add links to all tools, frameworks, and technologies in resume
2026-02-04 16:43:37 +01:00
export
interface
Tool
{
name
:
string
;
link?
:
string
;
}
Reference in New Issue
Copy Permalink