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

https://github.com/phasereditor2d/spine-phaser-iife-types

TypeScript type definitions for the spine-phaser runtime (iief build).
https://github.com/phasereditor2d/spine-phaser-iife-types

Last synced: about 1 year ago
JSON representation

TypeScript type definitions for the spine-phaser runtime (iief build).

Awesome Lists containing this project

README

          

# Type definitions for the spine-phaser runtime (`iief`).

This repository contains the type definitions for the `iief` build of the `spine-phaser` runtime.

Types are located in the `dist/` folder. You should copy all of them to your game project.

## Build

You can generate the types following these steps:

* Clone the `spine-runtime` repo
* Create a `SPINE_RUNTIMES` environment variable with the `spine-runtime` full path.
* Install NPM dependencies: `npm install`.
* Build the types: `npm start`.
* Test the types don't have compilation errors: `npm test`.