painterro
painterro copied to clipboard
Custom tool
Describe the feature It would be nice if threr is a possibility of adding cutom tools. This could be passed to the config, sth like:
cutoumTools: [{
icon: dataURL string or path to file,
title: string,
callback: function that is called after clicking on tool icon
}]