✨ basic ui, some filters
This commit is contained in:
44
ui/defaultGraph.js
Normal file
44
ui/defaultGraph.js
Normal file
@@ -0,0 +1,44 @@
|
||||
export default [
|
||||
{
|
||||
"node": {
|
||||
name: "Webcam"
|
||||
},
|
||||
"x": 0,
|
||||
"y": 0,
|
||||
},
|
||||
{
|
||||
"node": {
|
||||
"name": "Resize"
|
||||
},
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"node": {
|
||||
"name": "BrightnessContrast"
|
||||
},
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"node": {
|
||||
"name": "HSV"
|
||||
},
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"node": {
|
||||
"name": "Sepia"
|
||||
},
|
||||
"x": 0,
|
||||
"y": 0
|
||||
},
|
||||
{
|
||||
"node": {
|
||||
"name": "Compose"
|
||||
},
|
||||
"x": 0,
|
||||
"y": 0
|
||||
}
|
||||
];
|
||||
Reference in New Issue
Block a user