svelte-chess-pgn
a svelte component chess pgn reader
Overview
if you have a svelte-based blog, let's you show off your epic chess games.
Installation
npm install svelte-chess-pgn
Demo
This is what the PGN reader looks like by default:
Quickstart
in your import statement:
import {PgnReader} from "svelte-chess-pgn";
in the
tag:<PgnReader pgn={`(insert PGN here)`}/>