Tweens Motion Engine for Zed
io.github.sohei1l/tweens
Create editable animations, inspect frames and export GIF/MP4 in a chosen local workspace.
client:Zed
transport:stdio
runtime:npm
Install Tweens Motion Engine in Zed
~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json
{
"context_servers": {
"tweens": {
"command": "npx",
"args": [
"-y",
"tweens-cli"
]
}
}
}
Merge this into your existing settings object — do not replace the file. Zed docs