Modularize ParticlesComponent by separating particle, frame, and property functionalities into dedicated components
Refactored `ParticlesComponent` to use `ParticleComponent`, `FramesComponent`, and `PropertiesComponent` for better organization and reusability. Updated layout, improved UI structure, and centralized particle management logic. Enhanced clipboard functionality with a new JSON copy feature.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@import '@angular/material/prebuilt-themes/azure-blue.css';
|
||||
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
|
||||
|
||||
:root {
|
||||
--white: #FFFFFF;
|
||||
|
||||
Reference in New Issue
Block a user