Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.45 KB | None | 0 0
  1. {
  2. "grid": {
  3. "width": 20,
  4. "height": 20,
  5. "tileSize": 100,
  6. "stategy": "random"
  7. },
  8. "tileSet": [
  9. {
  10. "component": "SquareDots",
  11. "props": {
  12. "centerFill": "#222",
  13. "radialFill": "transparent",
  14. "centerStroke": "#f80707",
  15. "radialStroke": "white",
  16. "withRadialStroke": true,
  17. "withCenterStroke": true,
  18. "centerStrokeWidth": 20,
  19. "radialStrokeWidth": 8,
  20. "background": "#f80707",
  21. "rotations": [
  22. 0,
  23. 45
  24. ],
  25. "orders": 4,
  26. "centralRadius": 100,
  27. "secondaryRadius": 150,
  28. "tileSize": 50,
  29. "tileFill": "#000",
  30. "tileStroke": "transparent",
  31. "tileStrokeWidth": 0,
  32. "rotation": 0,
  33. "color1": "teal",
  34. "color2": "hotpink",
  35. "background1": "white",
  36. "lightDots": false,
  37. "dotsOpacity": 1
  38. }
  39. },
  40. {
  41. "component": "SquareDots",
  42. "props": {
  43. "centerFill": "#922525",
  44. "radialFill": "transparent",
  45. "centerStroke": "#ffffff",
  46. "radialStroke": "white",
  47. "withRadialStroke": true,
  48. "withCenterStroke": true,
  49. "centerStrokeWidth": 20,
  50. "radialStrokeWidth": 5,
  51. "background": "#f80707",
  52. "rotations": [
  53. 0,
  54. 60
  55. ],
  56. "orders": 4,
  57. "centralRadius": 200,
  58. "secondaryRadius": 150,
  59. "tileSize": 50,
  60. "tileFill": "#000",
  61. "tileStroke": "transparent",
  62. "tileStrokeWidth": 0,
  63. "rotation": 0,
  64. "color1": "teal",
  65. "color2": "hotpink",
  66. "background1": "white",
  67. "lightDots": false,
  68. "dotsOpacity": 1
  69. }
  70. },
  71. {
  72. "component": "SquareDots",
  73. "props": {
  74. "centerFill": "#222",
  75. "radialFill": "transparent",
  76. "centerStroke": "#f80707",
  77. "radialStroke": "white",
  78. "withRadialStroke": true,
  79. "withCenterStroke": true,
  80. "centerStrokeWidth": 20,
  81. "radialStrokeWidth": 5,
  82. "background": "#f80707",
  83. "rotations": [
  84. 0,
  85. 45
  86. ],
  87. "orders": 3,
  88. "centralRadius": 100,
  89. "secondaryRadius": 150,
  90. "tileSize": 50,
  91. "tileFill": "#000",
  92. "tileStroke": "transparent",
  93. "tileStrokeWidth": 0,
  94. "rotation": 0,
  95. "color1": "teal",
  96. "color2": "hotpink",
  97. "background1": "white",
  98. "lightDots": false,
  99. "dotsOpacity": 1
  100. }
  101. }
  102. ]
  103. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement