const map = new Konva.Image( image: imageObj, ) layer.add(map) layer.add(testCircle) layer.add(tooltip) stage.add(layer) imageObj.src = map
確定! 回上一頁