jinlin
2024-07-26 bcd950216084a6208de0c636f9430e47601acc01
1
2
3
4
5
6
7
8
9
export default {
  name: 'eyedropper',
  buttons: [
    {
      title: 'Eye Dropper Tool',
      key: 'I'
    }
  ]
};