editor icon indicating copy to clipboard operation
editor copied to clipboard

Fantastic Web Design Tool

Results 28 editor issues
Sort by recently updated
recently updated
newest added

에디터에 따라서 메뉴를 다르게 구성 할 수 있어야함. ```js createDesignEditor({ menus: { left: [], center: [], right: [] } }) or editor.addMenu(new Menu({ name: 'left', items: [] }) ```

refer to https://github.com/mrdoob/three.js/tree/master/editor

https://fonts.google.com/ 구글 폰트를 적용할 수 있는 방법을 찾아봅시다.

enhancement

선택한 레이어의 스타일을 clipboard 에 copy 합니다.

good first issue

shape-outside 를 위한 도구를 구현 합니다. clip-path 와 원형은 거의 비슷합니다. 스펙 참고: https://developer.mozilla.org/en-US/docs/Web/CSS/shape-outside

layer 를 연결하는 화살표를 그린다.

enhancement
good first issue

대부분의 그래픽 툴의 경우 한 오브젝트를 선택한 상태에서, 다른 오브젝트에 마우스오버를 하고 alt 혹은 ctrl 키를 누르면 간격이 표시됩니다. 디자인 작업에 있어 꽤 필수적인 부분이에요!

enhancement
good first issue
improvement

외부 확장으로 react renderer 를 만들어본다. ps. jsx 쓰는 방식을 바꿔야 할 수도 있겠구나.

문서화 작업 시작 * [ ] update README.md * [ ] 홈 개편 - 디자인은 어떻게 하나? * [ ] Getting Started * [ ] Tool Menu * [ ]...

good first issue
documentation