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
142 B
Handlebars
Raw Normal View History

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