This little web app currently serves the purpose of making the positioning of elements in a Home Assistant Picture Elements Card easier.
- Open the app (deployed version at https://picture-elements-editor.pages.dev/)
- Paste your Picture Elements Card configuration into the text area
- Drag and drop the different elements to change their position
- Clone the repository
- Run
yarn install
- Run
yarn dev