basic ui, some filters

This commit is contained in:
2019-01-21 20:39:56 +01:00
parent e76aafc35a
commit 6394f2a869
30 changed files with 974 additions and 111 deletions

View File

@@ -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,
];
*/