codesnap-cli 0.5.1

CLI tools for generating beautiful code snapshots
{
    "window": {
        "macWindowBar": false,
        "shadow": 20,
        "margin": {
            "x": 82,
            "y": 82
        }
    },
    "code": {
        "fontFamily": "CaskaydiaCove Nerd Font",
        "theme": "base16-ocean.light"
    },
    "watermark": {
        "content": "CodeSnap",
        "fontFamily": "Pacifico",
        "color": "#ffffff"
    },
    "background": {
        "start": {
            "x": 0,
            "y": 0
        },
        "end": {
            "x": "max",
            "y": 0
        },
        "stops": [
            {
                "position": 0,
                "color": "#ff0000"
            },
            {
                "position": 1,
                "color": "#caf4c2"
            }
        ]
    }
}