Describe the bug
In the file node_modules/tui-image-editor/dist/tui-image-editor.css, there is a typo: backbround-color instead of background-color. This causes styling issues.
To Reproduce
Check the CSS file in the installed package.
Expected behavior
The correct spelling should be background-color.
Actual Behavior
The file currently contains backbround-color, which is incorrect.
Suggested Fix
Replace backbround-color with background-color in the source file.