Al-Amin Firdows
Al-Amin Firdows
We need to create unit tests for the following supported blocks in our project to ensure their functionality is thoroughly tested and reliable. These tests will help us catch potential...
We need to add appropriate CSS class names to the blocks following the BEM (Block Element Modifier) methodology. This will help make our code more structured, readable, and easier to...
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...
Closes #39
Ref: https://github.com/editor-js/inline-code
Ref: https://github.com/editor-js/marker
Ref: https://github.com/editor-js/attaches
Updates project dependencies and introduces React 19 with the new React Compiler for improved performance and tooling compatibility.