a plugin project template for melonjs using rollup.
Usage
Install all required dependencies :
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:
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.
Questions, need help ?
If you need technical support, you can contact us through the following channels :
