editor
editor copied to clipboard
Fantastic Web Design Tool
* 특정 지점에 comment 를 적을 수 있게 하자. * comment 모드를 따로 만들어서 정리하자. * 하나의 comment 는 여러명이서 이어서 채팅처럼 이야기 할 수 있다. ex) 제플린, Figma, Framer...
이벤트에 대한 몇가지 정의를 해보자. * mouseover * mousedown * mousemove * mouseout * click 이벤트와 별개로 link 가 동작하도록 해보자.
크롬에서 지원하는 네이티브 아이드로퍼 기능을 추가 합니다. 여기를 참고하세요. https://developer.mozilla.org/en-US/docs/Web/API/EyeDropper_API
렌더링 레이어를 어떻게 만들어서 확장 할 수 있는지 정리한다. ```js editor.registerComponent('iframe', IFrameLayer); editor.registerMenuItem('inspector.tab.style', { IFrameProperty }) editor.registerRenderer('html', 'iframe', new HTMLIFrameRender()); ```
https://medium.com/collect-ui-design-ui-ux-inspiration-blog/flat-ui-colors-2-13-countries-13-designers-13-color-palettes-more-1d0ecdd66301
리소스를 관리하는 방법을 찾아보자. 리소스란 blob 형태의 이미지, 비디오, 오디오, 기타 등등의 어떤 데이타를 말한다. 이런 리소스는 data:uri 형태로 표현할 수 있지만 렌더링을 하는 입장에서 너무 큰 datauri 문자열을 속성으로...
How to show as presentation mode ? * go to artboard (with page animation) * transparent artboard * click interaction * drag, selection
https://github.com/mrdoob/three.js/blob/master/examples/css3d_periodictable.html
@easylogic Hi, I was thinking about starting on a GrapesJS Plugin to integrate the EasyLogic Editor., similar to this plugin: https://github.com/Ju99ernaut/grapesjs-svg-editor Any ideas? Cheers, billie