svgedit
Version:
Powerful SVG-Editor for your browser
31 lines (30 loc) • 456 B
JavaScript
export default {
name: 'star',
title: 'Polygone/Star Tool',
buttons: [
{
title: 'Star Tool'
},
{
title: 'Polygon Tool'
}
],
contextTools: [
{
title: 'Number of Sides',
label: 'points'
},
{
title: 'Pointiness',
label: 'Pointiness'
},
{
title: 'Twists the star',
label: 'Radial Shift'
},
{
title: 'Number of Sides',
label: 'sides'
}
]
};