Merge pull request #5167 from xl0/expose-convert-png

feat(coding-agent): Export convertToPng for extensions
This commit is contained in:
Mario Zechner
2026-05-29 11:13:42 +02:00
committed by GitHub
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";