Can't run demo
I'll look into that when I have some spare time, thanks for reporting.
You have a strange non-standard code and arch styles. I suppose, they are inherited from C++ or similar... Did you see grapes.js library?
You have a strange non-standard code and arch styles
Yes, and I regret about that. It was a research project, I was experimenting with various stuff a lot. Now I don't use this style and that framework, and the project is kind of abandoned, as I don't have much free time to continue its development.
The thing needs a complete rewrite to be hackable/maintainable – remove proprietary dependencies (like that useless framework, lol), rewrite on bare JS / DOM API with minimal deps and so on.
Did you see grapes.js library?
Not familiar with that, unfortunately.
https://github.com/artf/grapesjs take a look at this WYSIWYG.
What that useless framework doing?
What that useless framework doing?
Component system + composable traits system + some reactive programming primitives. The framework is also outdated and hasn't been evolving for a long time. I made it many years ago, primarily for learning JS, so it's awfully written – full of something that is considered as bad practices today.