Skip to main content
Glama
line.md605 B
# Line ## `line` A line from one point to another. # Example ```example #set page(height: 100pt) #line(length: 100%) #line(end: (50%, 50%)) #line( length: 4cm, stroke: 2pt + maroon, ) ``` ## Parameters ### start The start point of the line. Must be an array of exactly two relative lengths. ### end The point where the line ends. ### length The line's length. This is only respected if `end` is `{none}`. ### angle The angle at which the line points away from the origin. This is only respected if `end` is `{none}`. ### stroke How to [stroke] the line. ## Returns - content

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FujishigeTemma/typst-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server