You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+53-2
Original file line number
Diff line number
Diff line change
@@ -5,8 +5,46 @@ ProcessingJs-GWT is a thin Google Web Toolkit (GWT) wrapper that allows to use [
5
5
6
6
## How do I use it?
7
7
8
-
TODO
8
+
Following steps are required:
9
9
10
+
Either create new interface that extends or create a class that implements the base interface `ProcessingInstance` and annotate it with `@JsType`. To interact with methods on the processing sketch define methods on that interface (i.e. `testMethod`):
0 commit comments