huggingface / huggingface/snapchat-lens-api
فلتر
Open
- Dominant language
- No language data
- Stars
- 14
- Forks
- 8
- PR merge metrics
- No merged PRs in 30d
Description
// @input Component.Text groomTextComponent // اسحب عنصر النص الخاص باسم العريس هنا
// تأكد من ربط عنصر النص في لوحة التحكم
if (script.groomTextComponent) {
// ضع اسم العريس الجديد بين علامتي التنصيص بالأسفل
var newGroomName. "عريسناأحمد محمد فالي";
// أمر تغيير النص برمجياً
script.groomTextComponent.text = newGroomName;
print("تم تحديث اسم العريس بنجاح إلى: " + newGroomName);
} else {
print("خطأ: يرجى ربط عنصر النص (Text Component) داخل واجهة التحكم Inspector");
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.