a svelte component chess pgn reader
npm install svelte-chess-pgna svelte component chess pgn reader
!bsd
!issues




if you have a svelte-based blog, let's you show off your epic chess games.
```
npm install svelte-chess-pgn
This is what the PGN reader looks like by default:

in your import statement:
`js`
import {PgnReader} from "svelte-chess-pgn";
in the
`js}/>``