Skip to content

These are inofficial type declarations for the Foundry Virtual Tabletop API

License

Notifications You must be signed in to change notification settings

pheerai/foundry-vtt-types

 
 

Repository files navigation

foundry-vtt-types

TypeScript definitions for Foundry VTT (unofficial)

League Discord Server
GitHub issues by-label GitHub closed issues by-label

Installation

With npm installed, run

npm install --save-dev github:League-of-Foundry-Developers/foundry-vtt-types

or place into your package.json

Usage

Add the project to your types section in your tsconfig.json:

{
  "compilerOptions": {
    "types": ["foundry-vtt-types"]
  }
}

Acknowledgments

Forked from GitLab by @NickEastNL

Contributing

The work for enhancing this to the current Foundry version is done in the foundry-0.7.9 branch. Merge requests for splitting up the work are welcome

License

MIT

About

These are inofficial type declarations for the Foundry Virtual Tabletop API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%