An open API service indexing awesome lists of open source software.

https://github.com/fromkk/kanji2


https://github.com/fromkk/kanji2

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

# Kanji

Kanji is create image tool for macOS, it is able to write only one character.

---

## Install

```bash
git clone git@github.com:fromkk/Kanji2.git
cd ./Kanji2
xcodebuild build
cp -f build/Release/Kanji2 /usr/local/bin/kanji
```

## Usage

```bash
kanji --character --width --height --font --output --background --color
character | set character for create image
width | set image width
height | set image height
font | set font name
background | rgb background color
color | rgb text color
output | set image output path
```