0.1.3 • Published 2 years ago

charna v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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.
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago