Files
svgedit/dist/editor/extensions/ext-locale/star/en.js
2020-08-29 00:07:07 +02:00

25 lines
332 B
JavaScript

var en = {
name: 'star',
buttons: [
{
title: 'Star Tool'
}
],
contextTools: [
{
title: 'Number of Sides',
label: 'points'
},
{
title: 'Pointiness',
label: 'Pointiness'
},
{
title: 'Twists the star',
label: 'Radial Shift'
}
]
};
export default en;