Package Exports
- fab-cards
- fab-cards/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fab-cards) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Flesh and Blood cards
Card information is saved in the following files:
- src/cards.csv: source of truth (managed in Google Sheets)
- dist/cards.csv: copy of
src/cards.csv
- dist/cards.json: generated from CSV
- dist/index.js: generated from CSV
To generate the dist
version of cards.csv
, cards.json
, and index.js
run npm run build
after installing project dependencies.