VSCode extension that generate beautiful image for you code and terminal with your favorite font and theme.
Powered by Solid.js.
Why another one?
The popular existing extensions lack maintenance and have limited customization options. I spent some weekend time creating this extension, hoping to add a more modern UI and additional configuration options.
How it works?
Call VSCode's built-in command to copy generated HTML text and render the parsed clipboard text content.
For code, use editor.action.clipboardCopyWithSyntaxHighlightingAction
For terminal, use workbench.action.terminal.copySelectionAsHtml
Browser Environment Limitation
Due to the limitation of navigator.clipboard.read() and lack of document.execCommand("paste") support in modern browsers, the generate image command and selection listener are not supported.