We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dc0648 commit b1fd158Copy full SHA for b1fd158
README.md
@@ -74,16 +74,14 @@ try {
74
},
75
"process_id": "max_time"
76
};
77
- var preview = await con.execute(processGraph, "png");
78
- // This returns a Blob object with data you could further process or show.
+ var preview = await con.execute(processGraph, "png");
+ // This returns a Blob object containing a binary PNG file you could further process or show.
79
}
80
} catch(e) {
81
console.log(e);
82
83
```
84
85
-
86
87
## Interactive JS Editor
88
89
There is an experimental interactive web-based editor for coding using the openEO API,
0 commit comments