This commit is contained in:
puke
2025-10-25 19:58:51 +08:00
committed by puke
parent 60918f69b1
commit 198094fe5f
25 changed files with 110 additions and 1218 deletions

View File

@@ -18,7 +18,7 @@ from reelforge.service import reelforge
await reelforge.initialize()
# Use preset template
result = await reelforge.generate_book_video(
result = await reelforge.generate_video(
topic="为什么阅读改变命运",
frame_template="classic" # or "modern", "minimal"
)
@@ -76,7 +76,7 @@ templates/my-cyberpunk.html
#### Step 5: Use Template
```python
await reelforge.generate_book_video(
await reelforge.generate_video(
topic="...",
frame_template="my-cyberpunk" # Use your template
)