discourse/app/assets/javascripts/wizard/templates/components/theme-preview.hbs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
142 B
Handlebars
Raw Normal View History

<div class="preview-area">
<canvas
width={{elementWidth}}
height={{elementHeight}}
style={{canvasStyle}}
>
2016-09-02 23:42:14 +08:00
</canvas>
</div>