Registering A Plugin
This library allows developers to create their own plugins for rce.js so you can have a better experience with the library! This page explains how to use an existing plugin.
Install Plugin
You will first need to install a plugin, in this example, we are using "rce.js-datastore" which allows you to use an easy-to-use SQLite database within rce.js!
Example Code
Last updated