mirror of
https://github.com/Cametendo/EMVs-Creative-coding.git
synced 2026-06-20 17:45:02 +02:00
Did things
This commit is contained in:
10
Day-2/image.js
Normal file
10
Day-2/image.js
Normal file
@@ -0,0 +1,10 @@
|
||||
let img;
|
||||
|
||||
function preload() {
|
||||
img = loadImage("Images/monitoring-miku.png");
|
||||
}
|
||||
|
||||
function setup() {
|
||||
createCanvas(720, 400);
|
||||
image(img, 0, 0, 300, 300);
|
||||
}
|
||||
Reference in New Issue
Block a user