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