/investigator-fvtt-types

TypeScript types for people wishing to write custom addons for INVESTIGATOR for Foundry VTT

Primary LanguageTypeScript

@lumphammer/investigator-fvtt-types

This package contains TypeScript types for people wishing to write custom addons for INVESTIGATOR for Foundry VTT.

Currently this includes types for

  • creating and registering themes
  • creating and registering system presets

Release process

  1. Make sure everything is committed.
  2. npm version {major,minor,patch}.
  3. git push.
  4. npm publish.