From 0eee64310b02f9fcd762359e2c896578b8692328 Mon Sep 17 00:00:00 2001 From: webadderall <131426131+webadderall@users.noreply.github.com> Date: Wed, 15 Apr 2026 20:55:56 +1000 Subject: [PATCH] Update EXTENSIONS.md --- EXTENSIONS.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/EXTENSIONS.md b/EXTENSIONS.md index 2dc6f8d6..b0c59b94 100644 --- a/EXTENSIONS.md +++ b/EXTENSIONS.md @@ -1,5 +1,7 @@ # Recordly Extension API +Go to https://www.marketplace.recordly.dev/extensions for full, regularly updated documentation + Recordly extensions run in the editor renderer and use a permission-gated host API. They can draw into the render pipeline, react to playback and export events, register cursor effects, add settings panels, and contribute packaged assets such as frames, wallpapers, and cursor styles. ## Quick Start