mirror of
https://github.com/jhbruhn/respira.git
synced 2026-01-27 10:23:41 +00:00
Enhances the Brother color mapping to support exact RGB color matching in addition to catalog number matching. This follows the logic from the BrotherColor.FromColor method in the App codebase. Changes: - Added optional RGB matching to enhanceThreadWithBrotherColor function - RGB matching is enabled by default but can be disabled via options - Enhanced logging to show breakdown of matches (catalog vs RGB) - Matching priority: catalog number first, then RGB (both exact match only) Example: A thread with RGB(255,255,255) will now match Brother color "WHITE" (code 001) even if the catalog number is missing or doesn't match. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| client.ts | ||
| constants.ts | ||
| pesImporter.ts | ||
| worker.ts | ||