a plugin project template for melonjs using rollup.
Install all required dependencies :
$ [sudo] npm install
Replace occurences of plugin-template
to match with your plugin name in the package.json file
Start implementing your plugin using the provided empty plugin under /src/index.js
Build your plugin by running:
$ npm run build
The generated files will be available under the dist
directory :
plugin-template.js
(as per the default name in the package.json)plugin-template.d.ts
(typings for the plugin)
For more information about plugin and how to patch method, see our documentation here.
If you need technical support, you can contact us through the following channels :