Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 772 Bytes

liaExample.md

File metadata and controls

33 lines (22 loc) · 772 Bytes

Edu Video Script Lia Example

Import:

import: https://fjangfaragesh.github.io/EduVideoScript/import.md

Usage:

@EduVideoScript.eval(`PROGRAM`)

Replace PROGRAM by the program json text and replace ' by ' and backtick/grave by `

You can create the program here and generate the makro code.

Example:

@EduVideoScript.eval(`[["say",{"text":"It's running on LiaScript!"}],["say",{"text":"Ciao!"}]]`)

@EduVideoScript.eval([["say",{"text":"It's running on LiaScript!"}],["say",{"text":"Ciao!"}]])