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!"}]]
)