1 Star 0 Fork 0

杨俊杰/ascii-gen

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
Cargo.toml 514 Bytes
一键复制 编辑 原始数据 按行查看 历史
Dom 提交于 2023-11-20 17:20 +08:00 . Add the ability to edit ascii art live
[package]
name = "ascii-gen"
version = "1.1.0"
edition = "2021"
authors = ["thed24"]
license = "MIT"
description = "A command line tool to generate ascii art from images"
readme = "README.md"
homepage = "https://github.com/thed24/ascii-gen"
repository = "https://github.com/thed24/ascii-gen"
keywords = ["cli", "ascii", "art", "image", "generator"]
categories = ["command-line-utilities"]
[dependencies]
clap = { version = "4.4.8", features = ["derive"] }
crossterm = "0.27.0"
image = "0.24.7"
ratatui = "0.24.0"
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/langlearn/ascii-gen.git
git@gitee.com:langlearn/ascii-gen.git
langlearn
ascii-gen
ascii-gen
main

搜索帮助