{#if tool === 'laser' && laserPos.visible && !showGrid}
{/if}
{#if showGrid}
{#each svgs as svg, i}
{/each}
{/if}
{#if tool === 'pen' || tool === 'highlighter'}
{#each colors as color}
{/each}
{/if}
{#if svgs.length > 0 && !showGrid}
{@html svgs[currentSlide]}
{:else if svgs.length === 0}
No slides available to present.
{/if}
{#if svgs.length > 0}
{#if svgs.length > 1}
{/if}
{/if}