timomedia
timomedia
I use Plyr on next.js 14 and get the error "document is not defined". Previous versions all worked fine, only when upgrading to next.js 14 did I encounter the above...
### Is your feature request related to a problem? Please describe. As the title says, I think you should add a hover option to display your Dropdown Components. This is...
I'm trying to add Lens parameters to an image like how to add camera parameters like this: ``` $ifd0 = new PelIfd(PelIfd::IFD0); $make = new PelEntryAscii(PelTag::MAKE, 'Canon'); $ifd0->addEntry($make); ``` But...
When I use nextjs 14, I get an error like the image below. And here is my code Please help me check it. Thank you very much! ``` 'use-client' import...
Hello! I want to add a watermark when uploading photos to my server. I tried writing php code to combine with your library, but it doesn't seem to work. Is...
Hi! When I do actions like like, comment, or anything related to notifications, the interface does not see the notification appear. Although I have run php artisan queue:work to make...