feat(ui): scaffold out raster layers

Raster layers may have images, lines and shapes. These will replace initial image layers and provide sketching functionality like we have on canvas.
This commit is contained in:
psychedelicious
2024-06-05 17:23:02 +10:00
parent 392e9b4882
commit 9e93fa2092
13 changed files with 260 additions and 11 deletions

View File

@ -29,6 +29,7 @@ const LAYER_TYPE_TO_TKEY: Record<Layer['type'], string> = {
control_adapter_layer: 'controlLayers.globalControlAdapter',
ip_adapter_layer: 'controlLayers.globalIPAdapter',
regional_guidance_layer: 'controlLayers.regionalGuidance',
raster_layer: 'controlLayers.raster',
};
const createSelector = (templates: Templates) =>