svgedit
Version:
Powerful SVG-Editor for your browser
28 lines (27 loc) • 517 B
JavaScript
//#region src/editor/extensions/ext-polystar/locale/en.js
var en_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"
}
]
};
//#endregion
export { en_default as default };
//# sourceMappingURL=en.js.map