create sticker
{#if !imgLoaded}
loading…
{/if}
{#if !imgLoaded} {:else if pathClosed} ✓ shape drawn {:else if points.length > 3} draw back to the dot to close, or click "close shape" {:else} click and drag to draw your sticker shape {/if}
shortname
add border
{#if borderEnabled}
border color
{borderColor}
thickness: {borderThickness}px
{/if}
{#if !pathClosed && points.length > 2}
close shape
{/if} {#if points.length > 0}
redraw
{/if}
cancel
{processing ? 'processing…' : 'use this sticker →'}