Summary
This MR implements the object library for the plugin, including the saving and loading of the placement of objects from the library.
Catalog links for the library can be added via the config under the objectCatalogues property, following the Schema of:
objectCatalogues : {
catalog1: {
category: "Category",
url: "<link to the catalog's catalog.json>",
},
[...]
}