Commit graph

2 commits

Author SHA1 Message Date
Claude
458d3f9b64
fix: Implement fillPdf function that was returning empty array
The fillPdf function was a stub that returned an empty Uint8Array.
Implemented proper PDF form filling using pdf-lib to handle both
text fields and checkboxes.

https://claude.ai/code/session_01SYhhaVHw6we1P6Y2kqLnDe
2026-01-31 10:09:29 +00:00
Kenearos
d2ea8a0cd4 feat: Initialize AutoForm AI project structure
Sets up the basic project structure for AutoForm AI, including:
- Vite for build tooling and development server.
- React and ReactDOM for the UI.
- TypeScript for static typing.
- Essential dependencies for PDF manipulation (jspdf, pdf-lib) and AI integration (@google/genai).
- Basic HTML structure and styling.
- Component definitions and service interfaces for future development.
- A README with local development instructions.
2026-01-28 19:23:47 +01:00