0.8.0 • Published 3 years ago

@agogpixel/pgmmv-ts v0.8.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

agogpixel/pgmmv-ts

Build & Test Coverage Version Downloads/week License

⚠️ INITIAL DEVELOPMENT ⚠️

TypeScript typings for the Pixel Game Maker MV API.

Getting Started

  1. Install the package: npm install --save @agogpixel/pgmmv-ts

  2. Add @agogpixel/pgmmv-ts to the types entry in the appropriate tsconfig.json file.

{
    "compilerOptions": {
        "types": ["@agogpixel/pgmmv-ts"]
    }
}

Global PGMMV API objects should now be available for use with TypeScript.

License

Licensed under the MIT License.