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
angle.md•188 B
# Angle
An angle describing a rotation.
Typst supports the following angular units:
- Degrees: `{180deg}`
- Radians: `{3.14rad}`
# Example
```example
#rotate(10deg)[Hello there!]
```