## Development Guide

### Compiling JavaScript Files

The `.js` files in the `assets` folder are generated from the TypeScript files located in the `ts` directory using Webpack.

To compile the TypeScript files and generate the corresponding JavaScript files, follow these steps:

1. Open your terminal.
2. Navigate to the plugin directory.
3. Run the following command:

   ```bash
   npm run build
