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

24
node_modules/lucide-react/dist/esm/icons/cloud-cog.mjs generated vendored Normal file
View File

@@ -0,0 +1,24 @@
/**
* lucide-react v0.0.1 - ISC
*/
import createLucideIcon from '../createLucideIcon.mjs';
const CloudCog = createLucideIcon("CloudCog", [
[
"path",
{ d: "M20 16.2A4.5 4.5 0 0 0 17.5 8h-1.8A7 7 0 1 0 4 14.9", key: "19hoja" }
],
["circle", { cx: "12", cy: "17", r: "3", key: "1spfwm" }],
["path", { d: "M12 13v1", key: "176q98" }],
["path", { d: "M12 20v1", key: "1wcdkc" }],
["path", { d: "M16 17h-1", key: "y560le" }],
["path", { d: "M9 17H8", key: "1lfe9z" }],
["path", { d: "m15 14-.88.88", key: "12ytk1" }],
["path", { d: "M9.88 19.12 9 20", key: "1kmb4r" }],
["path", { d: "m15 20-.88-.88", key: "1ipjcf" }],
["path", { d: "M9.88 14.88 9 14", key: "c4uok7" }]
]);
export { CloudCog as default };
//# sourceMappingURL=cloud-cog.mjs.map