打包好的livecode,版本v-46

This commit is contained in:
yangxin
2025-06-11 22:23:49 +08:00
commit 1214258379
1323 changed files with 133464 additions and 0 deletions

View File

@@ -0,0 +1,23 @@
# Code to Image
LiveCodes has a feature called "Code to Image" that allows converting the code in the code editor into nice-looking images (or code screenshots), that can be downloaded or shared.
This can be accessed from the camera icon in the toolbar below the editor. Clicking the icon will open the "Code to Image" screen and load the code in the editor.
![Code to Image](../../static/img/screenshots/code-to-image-1.jpg)
Code can be modified in the "Code to Image" screen and then downloaded as image or shared.
![Code to Image](../../static/img/screenshots/code-to-image-2.jpg)
There are many options to configure the image to be generated, including background color, border radius, image size, padding, shadow, window style, share URL, editor theme, opacity, code font, image format, etc.
There are multiple presets that can be used or the options can be manually configured.
![Code to Image](../../static/img/screenshots/code-to-image-3.jpg)
![Code to Image](../../static/img/screenshots/code-to-image-4.jpg)
![Code to Image](../../static/img/screenshots/code-to-image-5.jpg)
![Code to Image](../../static/img/screenshots/code-to-image-6.jpg)