Initial commit: Developer Tools MVP with visual editor

- Complete React app with 7 developer tools
- JSON Tool with visual structured editor
- Serialize Tool with visual structured editor
- URL, Base64, CSV/JSON, Beautifier, Diff tools
- Responsive navigation with dropdown menu
- Dark/light mode toggle
- Mobile-responsive design with sticky header
- All tools working with copy/paste functionality
This commit is contained in:
dwindown
2025-08-02 09:31:26 +07:00
commit 7f2dd5260f
45657 changed files with 4730486 additions and 0 deletions

23
node_modules/lucide-react/dist/esm/icons/medal.mjs generated vendored Normal file
View File

@@ -0,0 +1,23 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const Medal = createLucideIcon("Medal", [
[
"path",
{
d: "M7.21 15 2.66 7.14a2 2 0 0 1 .13-2.2L4.4 2.8A2 2 0 0 1 6 2h12a2 2 0 0 1 1.6.8l1.6 2.14a2 2 0 0 1 .14 2.2L16.79 15",
key: "143lza"
}
],
["path", { d: "M11 12 5.12 2.2", key: "qhuxz6" }],
["path", { d: "m13 12 5.88-9.8", key: "hbye0f" }],
["path", { d: "M8 7h8", key: "i86dvs" }],
["circle", { cx: "12", cy: "17", r: "5", key: "qbz8iq" }],
["path", { d: "M12 18v-2h-.5", key: "fawc4q" }]
]);
export { Medal as default };
//# sourceMappingURL=medal.mjs.map