0.6.2 • Published 2 years ago

grandma3-types v0.6.2

Weekly downloads
60
License
MIT
Repository
github
Last release
2 years ago

grandMA3 types for TypeScriptToLua

:warning: OPEN ALPHA as there is no official API reference from MAlighting avaliable type declarations may be faulty or incomplete.

TypeScript definitions for grandMA3 Lua API.

install for production

npm install -D grandMA3-tstl-plugin

install for development

git clone https://github.com/LightYourWay/grandMA3-types.git && \
cd <your-plugin-folder> && \
npm link ../grandMA3-types

integrate into tsconfig.json

{
	"compilerOptions": {
		"types": ["grandMA3-types"]
	}
}

developers

If you have something to contribute / add to the type declarations - AWESOME :tada: feel free to create a GitHub Issue for it.

0.6.2

2 years ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

3 years ago

0.3.3

3 years ago

0.3.2

3 years ago