svgedit
Version:
Powerful SVG-Editor for your browser
35 lines (34 loc) • 490 B
JavaScript
const zhCN = {
name: "星形",
title: "多边形/星形工具",
buttons: [
{
title: "星形工具"
},
{
title: "多边形工具"
}
],
contextTools: [
{
title: "顶点",
label: "顶点"
},
{
title: "钝度",
label: "钝度"
},
{
title: "径向",
label: "径向"
},
{
title: "边数",
label: "边数"
}
]
};
export {
zhCN as default
};
//# sourceMappingURL=zh-CN.js.map