UNPKG
@half-elf/bard
Version:
latest (0.2.2)
0.2.2
0.2.1
0.2.0
0.1.0
Repository for game mechanics from various d20 systems.
@half-elf/bard
/
README.md
9 lines
(7 loc)
•
177 B
Markdown
View Raw
1
2
3
4
5
6
7
8
9
# Bard
Repository
for
game mechanics
from
various d20 systems.
## Usage
```js
const
{ pathfinder } =
require
(
'@half-elf/bard'
);
const
{ classes, alignments } = pathfinder; ```