export default {
name: 'polygon',
buttons: [
{
title: 'Polygon Tool'
}
],
contextTools: [
title: 'Number of Sides',
label: 'sides'
]
};