Skip to content

Commit 69c6599

Browse files
authored
docs(scripting): add custom converter video (#586)
<img width="2566" height="1894" alt="CleanShot 2026-03-30 at 15 11 20@2x" src="https://github.com/user-attachments/assets/45950ce6-292d-4748-9654-beb6d5b55c2e" />
1 parent 9e2e6b2 commit 69c6599

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

scripting/protocols/converter-scripts.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ description: "Create custom converters using Rive scripting"
44
---
55

66
import { Demos } from '/snippets/demos.jsx'
7+
import { YouTube } from '/snippets/youtube.mdx'
78

89
Rive includes several built-in converters like **Convert to String** and **Round**.
910
Scripting lets you create your own custom converters when you need behavior that isn’t covered by the built-ins.
1011

1112
For background on converters and data binding, see [Data Converters](/editor/data-binding/overview#converter).
1213

14+
<YouTube id="rPIEATBt4Qo" />
15+
1316
## Examples
1417

1518
<Demos

0 commit comments

Comments
 (0)