svelte-chess-pgn Svelte Themes

Svelte Chess Pgn

a svelte component chess pgn reader

svelte-chess-pgn

a svelte component chess pgn reader

NOTE: CODE COVERAGE IS NOT WELL SUPPORTED FOR SVELTE, SHIELDS.IO IS INACCURATE

Overview

if you have a svelte-based blog, let's you show off your epic chess games.

  • supports PGN, FEN reading
  • move viewer lets you browse entire game
  • completely svelte native

Installation

npm install svelte-chess-pgn

Demo

This is what the PGN reader looks with a game:

Screen Shot 2023-05-12 at 9 53 07 PM

Quickstart

in your import statement:

<script>
  import {PgnReader} from "svelte-chess-pgn";
</script>

in the <main> tag:

<PgnReader pgn={`(insert PGN here)`}/>

Top categories

Loading Svelte Themes