jinho park
jinho park
모든 리소스는 id 베이스로 관리된다 . ```js project : { assets: [ id, id, id, id, ] } ``` 형태로 들어가고 실제 내용은 modelManager 안에 들어가자.
hi @billiemead Thanks for your comment. I understand for your thinking. I am preparing editor module that published at npm (https://www.npmjs.com/package/@easylogic/editor). Currently, a plugin structure is being prepared for the...
I have a question. In the case of the svg-editor, there is only one artboard and you just need to generate it. In the case of easylogic/editor, multiartboard is supported...
@billiemead If you want to force artboard into one, I need to place restrictions on menus or functions. If you organize the list of necessary functions together, I will implement...
hi @billiemead I made an @easylogic/editor npm module. So I am ready to make grapejs plugin. But I don't know grapejs plugin system. Can you guide me ?
@easylogic Thanks. I'll be studying too.
@billiemead Is there anything going on? Is there a repository I can see?
hi @billiemead I am making a plugin system. refer to https://github.com/easylogic/editor-plugin-template This will provide a structure that can be attached to other editors.
I am currently implementing panzoom. After implementation, the timeline will be refactored. Currently, this tool has a source in css + svg format. So, I will try to express as...
hi @danielmalencar I am preparing project dashboard view. I will make it available soon.