Hey everyone!
I wanted to share a small tool I’ve been building and would love to hear what you think:
Text Effects Editor
https://text-effects.grom-games.art/
It’s a browser-based editor for creating stylized text effects and exporting them as transparent PNGs. The idea is to make it easier to create game UI labels, logo text, thumbnails, banners, stickers, and other quick typography assets without opening a full graphics editor every time.
Some features:
Layered text effects with groups
Fill, stroke, gradients, patterns, noise, shadows, glow, blur, wave, distort, blend/composite effects
Drag-and-drop effect ordering
Import/export JSON presets
Export transparent PNG
Copy PNG directly to clipboard
Local and global effect gallery
Works directly in the browser
I also separated the rendering engine into an open-source npm module:
https://www.npmjs.com/package/grom-font-effects
I’m especially interested in feedback from game developers:
Is this useful for your workflow?
What effects or export options would you expect?
Does the UI feel understandable?
Any obvious missing features?
Would love to hear your thoughts. Thanks!



