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

5 lines
160 B
Handlebars
Raw Normal View History

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