mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-19 06:01:14 +00:00
Previous commit broke Node.js/tsx by using the ESM entry point which doesn't work with Node. This creates a wrapper module that: - Uses require() for lazy loading (works in both Node and Bun) - Gracefully handles load failures (returns original image) - Works in Node.js, tsx, and Bun compiled binaries |
||
|---|---|---|
| .. | ||
| changelog.ts | ||
| clipboard-image.ts | ||
| clipboard.ts | ||
| frontmatter.ts | ||
| image-convert.ts | ||
| image-resize.ts | ||
| mime.ts | ||
| photon.ts | ||
| shell.ts | ||
| tools-manager.ts | ||