https://github.com/thorstenhans/vscode-code-to-image
https://github.com/thorstenhans/vscode-code-to-image
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/thorstenhans/vscode-code-to-image
- Owner: ThorstenHans
- License: mit
- Created: 2021-11-28T21:43:32.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-28T22:08:56.000Z (over 4 years ago)
- Last Synced: 2025-02-15T10:17:26.958Z (over 1 year ago)
- Language: TypeScript
- Size: 4.38 MB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Code to Image
With *Code to Image*, you can quickly create beautiful images from your code leveraging [ray.so](https://ray.so).
## Usage
1. Open command palette `[CMD+Shift+P]` (`[Ctrl+Shift+P]` on Windows | Linux)
2. Type `Code to Image` and use either `from selection` or `from document`
3. [ray.so](https://ray.so) will show your code as beautiful image 💜
## Features
### Create image from current selection

### Create image from entire document

## Extension Settings
This extension contributes the following settings:
* `code_to_image.renderBackground`: render background
* `code_to_image.renderDarkMode`: render image in dark mode
* `code_to_image.autoDetectLanguage`: let ray.so try to detect the code language
* `code_to_image.theme`: choose a color theme for your image
## Release Notes
### 0.0.1
Initial release of *Code to Image*
### 0.0.3
* Update marketplace listing
* Set default image title to snippet
### 0.0.4
* Add usage instructions