Update stores.js

This commit is contained in:
oaknuggins 2023-08-26 15:37:45 -03:00 committed by GitHub
parent 3ab2c427ca
commit 53277bbb1e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ export const edges = writable([]);
export const auto = writable(true);
export const selectedFilter = writable();
addNode({ name: "punch.mp4" }, "input");
addNode({ name: "rick.webm" }, "input");
addNode({ name: "out.mp4" }, "output");
function makeFilterArgs(f) {