svgedit
Version:
Powerful SVG-Editor for your browser
35 lines (34 loc) • 530 B
JavaScript
const fr = {
name: "etoile",
title: "Outil Polygone/Etoile",
buttons: [
{
title: "Outil Etoile"
},
{
title: "Outil Polygone"
}
],
contextTools: [
{
title: "Nombre de côtés",
label: "points"
},
{
title: "Précision",
label: "Précision"
},
{
title: "Torsion Etoile",
label: "Décalage Radial"
},
{
title: "Nombre de côtés",
label: "côtés"
}
]
};
export {
fr as default
};
//# sourceMappingURL=fr.js.map