TypeScript definitions for grandMA3 Lua API.
npm install -D grandMA3-typesgit clone https://github.com/LightYourWay/grandMA3-types.git && \
cd <your-plugin-folder> && \
npm link ../grandMA3-types{
"compilerOptions": {
"types": ["grandMA3-types"]
}
}If you have something to contribute / add to the type declarations - AWESOME 🎉 feel free to:
- create a GitHub Issue for it.
- Or better yet, fork and create a PR with your changes.
Copyright (C) Lukas Runge Veranstaltungstechnik
This project is licensed under the GNU Lesser General Public License v3.0 or later (LGPL-3.0-or-later).
See COPYING.LESSER for the LGPL v3 text and COPYING for the GPL v3 text (which the LGPL v3 incorporates by reference).