✨ basic ui, some filters
This commit is contained in:
11
ui/graph.js
11
ui/graph.js
@@ -1,6 +1,6 @@
|
||||
import * as nodes from '../src/nodes';
|
||||
import {sampleImage, getStream} from './helpers';
|
||||
|
||||
/*
|
||||
const resize = new nodes.Resize({
|
||||
width: 1000,
|
||||
height: 1000,
|
||||
@@ -26,11 +26,4 @@ sepia.in.image.connect(hsv.out.image);
|
||||
compose.in.fg.connect(sepia.out.image);
|
||||
|
||||
getStream((video) => resize.in.image.value = video);
|
||||
|
||||
export default [
|
||||
resize,
|
||||
brightnessContrast,
|
||||
hsv,
|
||||
sepia,
|
||||
compose,
|
||||
];
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user