graphic design tool
git clone https://git.lucas.co/cce-designer.git
nodes/page_border.json (443B)
1 {
2 "name": "Page Border",
3 "type": "page_border",
4 "inputs": 1,
5 "outputs": 1,
6 "params": [
7 { "name": "Input", "type": "text", "default": "" },
8 { "name": "Width", "type": "slider", "default": "0.06", "min": 0.001, "max": 2.0, "step": 0.005 },
9 { "name": "Inset", "type": "slider", "default": "0.40", "min": 0.0, "max": 4.0, "step": 0.05 },
10 { "name": "Color", "type": "float3", "default": "0.00:0.00:0.00", "min": 0.0, "max": 1.0 }
11 ]
12 }