Files
obsidian-excalidraw-plugin/ea-scripts/pens/Fountain pen.md
2023-01-06 11:49:00 +01:00

16 lines
215 B
Markdown

{
options: {
smoothing: 0.22,
thinning: 0.8,
streamline: 0.22,
easing: "easeInQuad",
start: {
taper: true,
cap: true,
},
end: {
taper: 1,
cap: true,
},
}
}