Drawing Gallery | denizk0461 {#snippet drawing({ drawing }: { drawing: DrawingData })} {/snippet} {#snippet inspector({ index }: { index: number })} {#if index == -1}

click on an image to view details about it

{:else} {drawings[index].altText}

{drawings[index].date}


{#each drawings[index].notes as n}

{n}

{/each} {/if} {/snippet}

I'm trying this to motivate myself to draw more now. Let's see where this takes us.

{@render inspector({ index: selectedDrawingIndex })}