{
    "$schema": "https://json.schemastore.org/block.json",
    "apiVersion": 2,
    "name": "wavy/wavy-divider",
    "version": "0.1.0",
    "title": "Wavy Divider",
    "category": "design",
    "attributes": {
        "path": {
            "type": "string",
            "default": "M 0,240 S 12,288 18,200 S 29,200 35,144 S 45,120 52,232 S 62,104 68,92 S 79,148 85,60 S 95,96 100,240 V 400 H 0 Z"
        },
        "height": {
            "type": "number",
            "default": 400
        },
        "direction": {
            "type": "string",
            "default": "bottom"
        },
        "fill": {
            "type": "string",
            "default": ""
        },
        "opacity": {
            "type": "number",
            "default": 1
        },
        "startingPeak": {
            "type": "number",
            "default": 0.4
        },
        "endingPeak": {
            "type": "number",
            "default": 0.4
        },
        "peaks": {
            "type": "array",
            "default": [
                [0.28, 0.5],
                [0.5, 0.64],
                [0.7, 0.42],
                [0.74, 0.77],
                [0.63, 0.85],
                [0.76, 0.4]
            ]
        },
        "points": {
            "type": "number",
            "default": 6
        },
        "smoothness": {
            "type": "string",
            "default": "smooth"
        },
        "viewBoxOffset": {
            "type": "number",
            "default": 0
        },
        "align": {
            "type": "string",
            "default": "full"
        }
    },
    "description": "A colorful, fun, lightweight divider block to energize your website with character and pizazz",
    "supports": {
        "html": false,
        "align": ["full", "wide"],
        "color": {
            "background": true,
            "gradients": false,
            "text": false
        }
    },
    "textdomain": "wavy-divider",
    "editorScript": "file:./build/index.js",
    "editorStyle": "file:./build/index.css",
    "style": "file:./build/style-index.css"
}
