An open API service indexing awesome lists of open source software.

https://github.com/ts-defold/library

Type library for Defold
https://github.com/ts-defold/library

lua repository tstl typescript typings

Last synced: 6 months ago
JSON representation

Type library for Defold

Awesome Lists containing this project

README

          

# library
Type library for Defold [extensions](https://defold.com/assets/).

## Usage

This package is included with [TSD templates](https://github.com/topics/ts-defold-template).

1. Add your [dependencies to Defold](https://defold.com/manuals/libraries/) and save your `game.project` file
2. Run `npx library resolve`

## Contributing

Your contributions are welcome! We appreciate the help.

Here are a few things to be aware of before opening a pull request:

- All commits to this repo must be [signed](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits).
- Your fork must be up-to-date with the main branch before your PR can be merged.
- See the [template](https://github.com/ts-defold/library/tree/main/template) folder for an example of how to format your types.


TypeScript :heart: Defold