Tags: stephenlzc/GenImageText
Tags
feat!: v2.0.0 - Migrate from npm package to Python-only project BREAKING CHANGE: Removed npm package support and CLI tool (pto). Project is now a simple Python library with git clone installation. Major changes: - Removed npm packaging and Node.js dependencies - Removed CLI tool (pto), use Python API directly - Removed test/ and types/ directories - Removed .github/workflows/ (CI, publish, release-please) - Restored outputs/ folder for example outputs - Updated all README files with new installation instructions - Updated SKILL.md with Python-only workflow - Marked npm package as deprecated Installation now: git clone https://github.com/stephenlzc/perfect-text-overlay pip install Pillow numpy Migration guide: See README.md