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

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

8 lines
169 B
Handlebars
Raw Normal View History

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