jinho park

Results 52 issues of jinho park

개발문서를 업데이트 해봅시다. 문서 마스터가 되어 봅시다.

에디터에 따라서 메뉴를 다르게 구성 할 수 있어야함. ```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