Skip to content

Instantly share code, notes, and snippets.

@bianchimro
Last active September 10, 2019 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bianchimro/9cd067fca056014ace2bd7d7589d5163 to your computer and use it in GitHub Desktop.
Save bianchimro/9cd067fca056014ace2bd7d7589d5163 to your computer and use it in GitHub Desktop.
{
"grid": {
"width": 10,
"height": 10,
"tileSize": 100,
"stategy": "random"
},
"tileSet": [
{
"component": "SquareDots",
"props": {
"centerFill": "#222",
"radialFill": "transparent",
"centerStroke": "#f80707",
"radialStroke": "white",
"withRadialStroke": true,
"withCenterStroke": true,
"centerStrokeWidth": 20,
"radialStrokeWidth": 8,
"background": "#f80707",
"rotations": [
0,
45
],
"orders": 4,
"centralRadius": 100,
"secondaryRadius": 150,
"tileSize": 50,
"tileFill": "#000",
"tileStroke": "transparent",
"tileStrokeWidth": 0,
"rotation": 0,
"color1": "teal",
"color2": "hotpink",
"background1": "white",
"lightDots": false,
"dotsOpacity": 1
}
},
{
"component": "SquareDots",
"props": {
"centerFill": "#922525",
"radialFill": "transparent",
"centerStroke": "#ffffff",
"radialStroke": "white",
"withRadialStroke": true,
"withCenterStroke": true,
"centerStrokeWidth": 20,
"radialStrokeWidth": 5,
"background": "#f80707",
"rotations": [
0,
60
],
"orders": 4,
"centralRadius": 200,
"secondaryRadius": 150,
"tileSize": 50,
"tileFill": "#000",
"tileStroke": "transparent",
"tileStrokeWidth": 0,
"rotation": 0,
"color1": "teal",
"color2": "hotpink",
"background1": "white",
"lightDots": false,
"dotsOpacity": 1
}
},
{
"component": "SquareDots",
"props": {
"centerFill": "#222",
"radialFill": "transparent",
"centerStroke": "#f80707",
"radialStroke": "white",
"withRadialStroke": true,
"withCenterStroke": true,
"centerStrokeWidth": 20,
"radialStrokeWidth": 5,
"background": "#f80707",
"rotations": [
0,
45
],
"orders": 3,
"centralRadius": 100,
"secondaryRadius": 150,
"tileSize": 50,
"tileFill": "#000",
"tileStroke": "transparent",
"tileStrokeWidth": 0,
"rotation": 0,
"color1": "teal",
"color2": "hotpink",
"background1": "white",
"lightDots": false,
"dotsOpacity": 1
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment