Commit Graph

12 Commits

Author SHA1 Message Date
konstantin-paulus 1d3b2befcd Update README.md to clarify framework description and enhance workspace setup explanation
- Changed "harness" to "framework" for better accuracy in describing Text-to-Lottie.
- Revised the description of the agent's setup process to provide clearer instructions on workspace and player functionality.
2026-06-15 16:34:20 +02:00
William Candillon 4eb6d1436e chore(📝): update README with React Native Skia Lottie info
Added information about using React Native Skia for Lottie animations, including code example.
2026-06-11 17:34:43 +02:00
Konstantin 972ede5542 Revise README for clarity and grammar
Fixed grammatical errors and improved clarity in README.
2026-06-10 18:04:18 +02:00
konstantin-paulus 2707daf96a Adjust GIF dimensions in README.md for improved layout consistency. 2026-06-10 11:09:35 +02:00
konstantin-paulus b575f5fdc4 Update README.md with enhanced project description, usage instructions, and prompt guidelines for generating Lottie animations. Replace header image and remove outdated GIF. Add quick start guide and examples for various platforms. 2026-06-10 11:08:02 +02:00
Doruk Kavcioglu ab2ed3fa73 Add banner to README 2026-06-10 02:22:21 +03:00
konstantin-paulus ce3d2a0d18 Add LICENSE file and update project metadata
- Introduced a LICENSE file with MIT licensing terms.
- Renamed project from "lottie-experiments" to "text-to-lottie" in package.json.
- Added license information to package.json.
- Updated README.md to reflect project name change and improved usage instructions.
- Revised SKILL.md to clarify the authoring process for Lottie files.
2026-06-08 16:48:24 +02:00
konstantin-paulus 84e53784cd Remove CLAUDE.md and create-lottie-experiments files, consolidating documentation and scaffolding into the new text-to-lottie skill. This update streamlines the project structure and enhances the guidance for generating Lottie animations. 2026-06-04 20:31:36 +02:00
konstantin-paulus 77aeb1dfeb Update README to clarify Lottie animation generation workflow with LLM integration. Add watchLottie plugin in Vite config to enable live reload of Lottie files. Extend .gitignore to exclude generated template files. 2026-06-03 16:50:40 +02:00
konstantin-paulus 0ec1ab0a85 Enhance Lottie player with Figma-style camera controls for pan and zoom functionality. Update README to document new features and integrate ZoomControls in the App component for user interaction. Refactor LottiePlayer to manage camera state and input handling for improved responsiveness. 2026-06-03 16:13:32 +02:00
konstantin-paulus 077965832e Refactor Lottie player to track playback in frames instead of time. Update README and PlaybackControls to reflect changes in state management and UI. Adjust seek functionality to operate on frames, enhancing playback accuracy and control. 2026-06-03 16:06:02 +02:00
konstantin-paulus 9b5f21bbab Initialize lottie-experiments project with Vite, React, and TypeScript setup. Add essential files including package.json, tsconfig, and README. Implement Lottie animation player using CanvasKit, along with UI components for playback controls. Include styles with Tailwind CSS and setup build configurations. 2026-06-03 16:01:43 +02:00