Untitled
Anonymous
plain_text
02/26/2023 8:48 AM
240 B
17
Indexable
for (let card of cards) {
console.log(card)
console.log(cards)
if (card.frame.startsWith("#")) {
inputs.push(`-f lavfi -i color=${card.frame}:630x960`);
}Editor is loading...