UNPKG

vue-poster-editor

Version:

A poster editor based on Vue.js

16 lines (15 loc) 283 B
<div class="editor-canvas" :style="{ backgroundColor: canvasBackgroundColor }" > <!-- Layout --> <editor-layout :options="options" :global="global" :editor="editor" :layout="currentLayout" > </editor-layout> </div>