Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 644 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 644 Bytes

Picture Elements Editor

This little web app currently serves the purpose of making the positioning of elements in a Home Assistant Picture Elements Card easier.

Screenshot

Usage

  1. Open the app (deployed version at https://picture-elements-editor.pages.dev/)
  2. Paste your Picture Elements Card configuration into the text area
  3. Drag and drop the different elements to change their position

Development

  1. Clone the repository
  2. Run yarn install
  3. Run yarn dev