今表示している画像の取得
pRegroup-done-2019
code:js
var image = new Image();
image.id = "foo"
image.src = canvas.toDataURL();
document.getElementById('bar').appendChild(image);