charna

0.1.3 • Public • Published

Charna

Typed Character sheet model for pen-and-paper role playing games

ALPHA RELEASE

Please note, the internals, or API of this module might change unexpectly between major and minor releases, untill further notice.

As the API and model structures stabilize, we'll move to full semver practice, flagging breaking changes with major releases.

Installation

npm install charna

Usage

Basic usage

import { CharacterSheet } from 'charna'

const sheet = new CharacterSheet('id of the sheet')
sheet.setModel('basic')
// Good to go.

/charna/

    Package Sidebar

    Install

    npm i charna

    Weekly Downloads

    2

    Version

    0.1.3

    License

    MIT

    Unpacked Size

    13 kB

    Total Files

    17

    Last publish

    Collaborators

    • villetakanen