excalidraw-library.json 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  1. {
  2. "type": "excalidrawlib",
  3. "version": 2,
  4. "library": [
  5. {
  6. "id": "start-end-circle",
  7. "status": "published",
  8. "elements": [
  9. {
  10. "type": "ellipse",
  11. "width": 120,
  12. "height": 60,
  13. "strokeColor": "#1976d2",
  14. "backgroundColor": "#e3f2fd",
  15. "fillStyle": "solid",
  16. "strokeWidth": 2,
  17. "roughness": 0
  18. }
  19. ]
  20. },
  21. {
  22. "id": "process-rectangle",
  23. "status": "published",
  24. "elements": [
  25. {
  26. "type": "rectangle",
  27. "width": 160,
  28. "height": 80,
  29. "strokeColor": "#1976d2",
  30. "backgroundColor": "#e3f2fd",
  31. "fillStyle": "solid",
  32. "strokeWidth": 2,
  33. "roughness": 0,
  34. "roundness": {
  35. "type": 3,
  36. "value": 8
  37. }
  38. }
  39. ]
  40. },
  41. {
  42. "id": "decision-diamond",
  43. "status": "published",
  44. "elements": [
  45. {
  46. "type": "diamond",
  47. "width": 140,
  48. "height": 100,
  49. "strokeColor": "#f57c00",
  50. "backgroundColor": "#fff3e0",
  51. "fillStyle": "solid",
  52. "strokeWidth": 2,
  53. "roughness": 0
  54. }
  55. ]
  56. },
  57. {
  58. "id": "data-store",
  59. "status": "published",
  60. "elements": [
  61. {
  62. "type": "rectangle",
  63. "width": 140,
  64. "height": 80,
  65. "strokeColor": "#388e3c",
  66. "backgroundColor": "#e8f5e9",
  67. "fillStyle": "solid",
  68. "strokeWidth": 2,
  69. "roughness": 0
  70. }
  71. ]
  72. },
  73. {
  74. "id": "external-entity",
  75. "status": "published",
  76. "elements": [
  77. {
  78. "type": "rectangle",
  79. "width": 120,
  80. "height": 80,
  81. "strokeColor": "#7b1fa2",
  82. "backgroundColor": "#f3e5f5",
  83. "fillStyle": "solid",
  84. "strokeWidth": 3,
  85. "roughness": 0
  86. }
  87. ]
  88. }
  89. ]
  90. }