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

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

9 lines
157 B
Handlebars
Raw Normal View History

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