Untitled
unknown
plain_text
3 years ago
178 B
10
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...