svelte-chess-pgn
TypeScript icon, indicating that this package has built-in type declarations

1.1.0 • Public • Published

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:

Screen Shot 2023-04-04 at 11 57 19 PM

Quickstart

in your import statement:

import {PgnReader} from "svelte-chess-pgn";

in the

tag:

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

/svelte-chess-pgn/

    Package Sidebar

    Install

    npm i svelte-chess-pgn

    Weekly Downloads

    0

    Version

    1.1.0

    License

    none

    Unpacked Size

    48 kB

    Total Files

    28

    Last publish

    Collaborators

    • mrbeast