Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Carbon Now Cli | 5,544 | 2 | 4 | 3 days ago | 17 | May 25, 2023 | 6 | mit | TypeScript | |
🎨 Beautiful images of your code — from right inside your terminal. | ||||||||||
Silicon | 2,584 | 4 months ago | 16 | October 20, 2022 | 30 | mit | Rust | |||
Create beautiful image of your source code. | ||||||||||
Code2img | 62 | 6 months ago | 3 | November 11, 2020 | 1 | mit | Go | |||
generating images of source code | ||||||||||
Code2img | 50 | 1 | 2 years ago | 7 | August 23, 2021 | gpl-3.0 | Go | |||
🖨️ A carbon-now API wrapper and iOS Shortcut |
A carbon-now wrapper for Go users and supports for iOS Shortcut
import "golang.design/x/code2img"
Just one API code2img.Render
, to use it (see main.go):
Basic usage notes:
Demo:
POST golang.design/api/v1/code2img
{
"code": "code string"
}
Response pure text (better for iOS shortcut):
https://golang.design/api/v1/code2img/data/images/06ad29c5-2989-4a8e-8cd2-1ce63e36167b.png
You can also access the code text:
https://golang.design/api/v1/code2img/data/code/06ad29c5-2989-4a8e-8cd2-1ce63e36167b.go
make
make up
© 2020-2021 The golang.design Initiative Authors.