Best approach / pointers for creating a simple image paint functionality in a filament app ?
Basically am building a small app that I think filament would a great (for building the entire app not just admin) except i need some custom image painting functionality (user needs to be able to draw some on to an existing image and save a new one, maybe some croping.
Some approaches I am considering
- regular intertia.js / react for the app - filament just for admin (prefer to avoid this due to extra work))
- build a custom blade page within filament admin panel and use react there for the paint app (leaning towards this approach)
- build some sort of js / alpine component for filament and use that (i don't have much exp with livewire / alpine but could consider)
What are your thoughts on the pros / cons of the above approaches, am I missing something ?
Happy to get some pointers, thanks!
0 Replies