feat(coding-agent): Export convertToPng for extensions

This commit is contained in:
Alexey Zaytsev
2026-05-29 00:44:51 -05:00
parent 7be8a10d23
commit 7a5dc0d0db
2 changed files with 5 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
## [Unreleased]
### Added
- Exported `convertToPng` for extension authors.
## [0.77.0] - 2026-05-28
### New Features

View File

@@ -349,6 +349,7 @@ export {
// Clipboard utilities
export { copyToClipboard } from "./utils/clipboard.ts";
export { parseFrontmatter, stripFrontmatter } from "./utils/frontmatter.ts";
export { convertToPng } from "./utils/image-convert.ts";
export { formatDimensionNote, type ResizedImage, resizeImage } from "./utils/image-resize.ts";
// Shell utilities
export { getShellConfig } from "./utils/shell.ts";