refactor: rename project from Freepik to Magnific

Rename all identifiers, strings, file names, env vars, CLI entry point,
ASCII banner, and API endpoint to reflect the company rebrand.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-05-16 13:06:16 +02:00
parent e013db9065
commit 941fd14ccf
24 changed files with 294 additions and 294 deletions
+9 -9
View File
@@ -1,11 +1,11 @@
# Freepik API Configuration
# Get your API key at https://www.freepik.com/api
FREEPIK_API_KEY=your_api_key_here
# Magnific API Configuration
# Get your API key at https://magnific.ai
MAGNIFIC_API_KEY=your_api_key_here
# Optional overrides
# FREEPIK_BASE_URL=https://api.freepik.com
# FREEPIK_POLL_TIMEOUT=600
# FREEPIK_DEFAULT_IMAGE_MODEL=flux-2-pro
# FREEPIK_DEFAULT_VIDEO_MODEL=kling-o1-pro
# FREEPIK_DEFAULT_OUTPUT_DIR=./output
# FREEPIK_SHOW_BANNER=true
# MAGNIFIC_BASE_URL=https://api.magnific.ai
# MAGNIFIC_POLL_TIMEOUT=600
# MAGNIFIC_DEFAULT_IMAGE_MODEL=flux-2-pro
# MAGNIFIC_DEFAULT_VIDEO_MODEL=kling-o1-pro
# MAGNIFIC_DEFAULT_OUTPUT_DIR=./output
# MAGNIFIC_SHOW_BANNER=true