Comment by wonger_
10 days ago
Seems to work well. The live preview workflow is nice. I like data URLs but not sure how other people feel handling several-hundred character URLs.
Only minor gripe is that the "support my work" popup is a bit aggressive.
Thanks for the feedback!
The long URL is a compromise that lets the service work without requiring sign-ups or storing user data.
I’ll definitely try to make the “support my work” popup less aggressive.
I think you could cut the URL length in half if you remap the JSON keys before compressing. Like turning
to this
Cut from ~1400 to ~700 chars in my testing, which is still a lot, so idk if you think it would be worth the extra code.
Awesome idea, thank you, will look into this