Skip to content

flowerLoader/CoaWTypes

Repository files navigation

Flower Loader Types for Creator of Another World

Static Badge

NPM Downloads

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.

License

Get Involved

Join the Discord

Supported Games

Steam
by kuetaro (くえたろう)

Table of Contents

Installing

From a released version

In your plugin project folder simply run npm install @flowerloader/coawtypes to install the latest package

From a preview version

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.