laravel-editorjs
laravel-editorjs copied to clipboard
Add Support for the Image and Simple Image Tool
Editor.js offers two different tools for handling images: the Image Tool and the Simple Image Tool. We need to add support for both of these tools in our implementation to provide more flexibility for users when adding images.
Additionally, we should explore if there is any possibility to combine the functionality of both tools into one, streamlining the user experience without losing any features.
It's important to note that the Image Tool requires backend support for handling file uploads, so this will need to be set up and tested as part of the integration process.
Please review the documentation and references for each tool:
Make sure both tools are implemented correctly, and check if combining them into a single solution is feasible without compromising their functionality.