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

32 lines
576 B
JavaScript

System.register([], function (exports) {
'use strict';
return {
execute: function () {
var en = exports('default', {
name: 'star',
buttons: [
{
title: 'Star Tool'
}
],
contextTools: [
{
title: 'Number of Sides',
label: 'points'
},
{
title: 'Pointiness',
label: 'Pointiness'
},
{
title: 'Twists the star',
label: 'Radial Shift'
}
]
});
}
};
});