def setup background(220) @div = createDiv('Hello').position(30, 30) end def mouseClicked @div.remove end
[p5.js] (p5.Element).remove
要素を削除します。
なし