pheerai / foundry-vtt-types

These are inofficial type declarations for the Foundry Virtual Tabletop API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:JavaScript 100.0%