Dach

Dach

Democratizing the creation of elegant banners for everyone's project.

Generate banner background

Installation

npm install -g dach

Usage

Dach strength lies in the ability to create themes for it using the web toolkit. After you have created a theme, you can use it to generate banners for your projects. There are already predefined themes that you can use if you dont find the need to create your own.

Generate banner using predefined theme:

dach generate -o . -t Title -d Description --theme funk

Add new theme:

dach add example --colors '["#fafafa"]' --positions '[{"x":0.49618420439786215,"y":0.22918175634846816}]' --title-color "#191919" --description-color "#191919"

Generate banner using added theme:

dach generate --output "./.github" --title "Example" --description "Banner theme toolkit" --theme example --ratio "16:9"

Examples

image
image
image
image
image