Flower Loader is a Plugin loader and detour manager for Node.js applications. With Flower Loader, you can easily manage and develop Plugins. This repository contains the type definitions specifically for the game Creator of Another World and is designed to be used to develop plugins. It is built with ESBuild and is source-available under the Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
In your plugin project folder simply run npm install @flowerloader/coawtypes
to install the latest package
First, clone the branch of the preview package with git clone
. Navigate to your existing project and remove the types packaged (if already installed) with npm remove @flowerloader/coawtypes
and then install the local version with npm install @flowerloader/coawtypes /path/to/cloned/repo
.