mirror of
https://github.com/dyne/FreeJ.git
synced 2026-02-05 20:49:15 +01:00
processing-js 0.4 has been merged in some relevant parts basic and topic scripts added for test color handling fixed, more scripts show up now
5 lines
115 B
Plaintext
5 lines
115 B
Plaintext
size(200, 200);
|
|
PImage img1;
|
|
img1 = loadImage("http://iwin.nws.noaa.gov/iwin/images/ecir.jpg");
|
|
image(img1, 0, 0);
|