mirror of
https://github.com/zsviczian/obsidian-excalidraw-plugin.git
synced 2025-08-06 05:46:28 +00:00
16 lines
215 B
Markdown
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,
|
|
},
|
|
}
|
|
} |