Merge pull request #5167 from xl0/expose-convert-png
feat(coding-agent): Export convertToPng for extensions
This commit is contained in:
@@ -2,6 +2,10 @@
|
|||||||
|
|
||||||
## [Unreleased]
|
## [Unreleased]
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- Exported `convertToPng` for extension authors.
|
||||||
|
|
||||||
## [0.77.0] - 2026-05-28
|
## [0.77.0] - 2026-05-28
|
||||||
|
|
||||||
### New Features
|
### New Features
|
||||||
|
|||||||
@@ -349,6 +349,7 @@ export {
|
|||||||
// Clipboard utilities
|
// Clipboard utilities
|
||||||
export { copyToClipboard } from "./utils/clipboard.ts";
|
export { copyToClipboard } from "./utils/clipboard.ts";
|
||||||
export { parseFrontmatter, stripFrontmatter } from "./utils/frontmatter.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";
|
export { formatDimensionNote, type ResizedImage, resizeImage } from "./utils/image-resize.ts";
|
||||||
// Shell utilities
|
// Shell utilities
|
||||||
export { getShellConfig } from "./utils/shell.ts";
|
export { getShellConfig } from "./utils/shell.ts";
|
||||||
|
|||||||
Reference in New Issue
Block a user