Files
obsidian-excalidraw-plugin/ea-scripts/pens/Mindmap - thick-thin.md
2023-01-06 11:49:00 +01:00

16 lines
227 B
Markdown

{
constantPressure: true,
options: {
thinning: 4,
smoothing: 0.5,
streamline: 0.5,
start: {
taper: 0,
cap: true
},
end: {
taper: true,
easing: "linear",
}
}
}