Square
The square shape function takes the elements within the container and lays them out around the 4 edges of a square.
import { ref } from 'vue';
const config = ref({
shape: 'square',
shapeParameters: {
size: "50%",
center: {
x: "50%",
y: "50%"
},
rotation: 0
}
});