You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: