Closed5

Miro SDK

Akira OtakaAkira Otaka
const shape = await miro.board.createShape({
  content: '<p>This is a very yellow star shape.</p>',
  shape: 'star',
  style: {
    fillColor: '#FEFF45',
  },
  x: 3000,
  y: 4500,
  width: 280,
  height: 280,
});
console.log(shape);
await miro.board.viewport.zoomTo(shape);

このスクラップは2022/10/06にクローズされました