2022年 寅年
var img; function preload() { img = loadImage("https://easelart.io/wp-content/uploads/2022/01/image0.jpg"); } function setup() { createCanvas(780, 585); } function draw() { image(img, 0, 0); }
© 2024 株式会社INERTIA All Rights Reserved.