How about "Light Art" - anything that can be possibly made out of light (e.g., a glowing neon globe that is supposedly purely made of light.).
Found an easy temporary solution for this; try adding this into the HTML panel and see if there's any effect:
<style>
.goto-plugin {display: inline-block}
</style>
Anyways, time for a bug report @[email protected]: It seems like the text is cut off when the font plugin is combined with the goto plugin in some devices due to force-inline styling by the latter.
Turns out this also happens in one of my oldest generators, Power Hangman, and not just in the Generator Manager. Someone in the comments of that page reported this quite recently, so I just fixed that generator to use the var i
solution instead of let i
. I should probably create a post on the Perchance community about this so everyone can have a catch.
In short, multiple let
declarations on the script
tag in the HTML would now cause an error in the generator. I haven't encountered these errors before, so if you happen to experience that same error as well, let me know!
Try fully reloading the generator by clicking on the "reload" button at the bottom-right corner to temporarily fix the problem. I'll ping @[email protected] so they can have a heads-up on this one.
Mention the server like this: @perchance @lemmy.world (remove the spaces in-between so it would be an actual ping).
It's text2image since the framework was originally used to create customizable text-to-image generators I think.
Thanks! I appreciate it! 😃
I'm going to do a few more updates and release a few more things before heading to the "revival" plan and eventually the big Generator Manager update.
Nice! I didn't know this was a problem with the engine, not just the template.
Oh, nice to know! In image contests in Casual Perchance you put your image submission like this in the comments of the contest's post.
There isn't much changed from the outlooks, but if you look closely there is only one "Start Learning" button below the example code section, there is no video tutorial section, there is no instruction on how to embed a generator (which I guess is still not a thing at that time) and there is even no "try this example" button that redirects to this example that was also linked in the old page somewhere nearby.
You can put it anywhere in the HTML panel and it'll work fine, but I do recommend putting it at the bottom of the code like so: