🧩 Embed demo

วิธีฝัง animation ลงสไลด์/เว็บ

1) Lottie ผ่าน <anim-player> (Reveal / เว็บทั่วไป)

โหลด embed.js ครั้งเดียว แล้วใช้แท็ก <anim-player> ได้ทุกที่

← พรีวิวสด (clinic-heartbeat.json)
<script src="https://cdn.uraree.com/embed.js"></script>
<anim-player src="clinic-heartbeat.json" autoplay loop style="width:240px"></anim-player>

2) ชาร์ต/ฉาก HTML ผ่าน <iframe>

ใช้กับ charts/ gsap/ diagram/ 3d/ — ส่งข้อมูลผ่าน ?data= (URL-encoded JSON)

← gsap/iv-drip.html
<iframe src="https://cdn.uraree.com/gsap/iv-drip.html"
        width="640" height="420" style="border:0;border-radius:10px"></iframe>

3) Reveal (โหลด embed.js ผ่าน front-matter)

---
title: ตัวอย่าง
theme: black
scripts: https://cdn.uraree.com/embed.js
---

# สไลด์

<anim-player src="clinic-heartbeat.json" autoplay loop style="width:360px"></anim-player>

4) Marp (ภาพ/SVG เท่านั้น — ห้าม iframe/anim-player)

![w:360](https://cdn.uraree.com/svg/clinic-heartbeat.svg)

ดูรายการ asset ทั้งหมดที่ Viewer · สร้าง/แก้ไฟล์ที่ Admin