1.1.0 • Published 1 year ago

svelte-chess-pgn v1.1.0

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

svelte-chess-pgn

a svelte component chess pgn reader

bsd issues Build Status codecov npm Documentation

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)`}/>
1.1.0

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago