Maxpnl

Results 1 comments of Maxpnl

Here's an example of custom-editorjs-tools.js ``` class SimpleImage { static get toolbox() { return { title: 'Customimage', icon: '' }; } render() { return document.createElement('input'); } save(blockContent) { return {...