Live reload images
- Dominant language
- Go
- Stars
- 24
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
**A summary of what you would like to see added.**
When editing layli file, it would be great to see any changes rendered in real time.
**User Stories**
_As an_ image editor
_I want_ to see any changes I make to the layli file reflected in the destination image
_So that_ I can see the changes in real time
As an image editor
I want to see the error that is created when I make an edit that is not valid
So that I can get immediate feedback when I do something wrong
Implementation detail...
- CLI tool that starts a local Web server
- Web page has some JS that polls the image endpoint
Contributor guide
Research direction
Start by locating the CLI entry point, the image endpoint, and the existing layout rendering flow. Read how a local web server could expose rendered images and how the page could poll that endpoint. Done means edits are reflected in the destination image and invalid edits show immediate errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go, javascript
- Domain
- cli, web-dev
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100