By minnamoira on Skatehive
While I was browsing LinkedIn, I came across a Finnish YouTuber who teaches anything related to the Internet, mobile, apps, and software. Well, you get the idea. His topic was interesting, he said you can code a little helpful tool for yourself with the help of AI. Now, I know that, obviously, but I never tried it. And I always thought you needed to code a standalone app. But this guy's approach was to code a one-page HTML file that can function as an app in your browser window. He used examples like a school or study schedule, a photo editor, and a music maker. So I decided to try coding a photo editor. And it works! I cannot believe it! I am so proud of myself. I can make science me! What does it do?I just needed a small app that does two things. First, it has to crop the image to the desired social media size. I mean square, portrait or 16:9 or 9:16. Then I want the image to be resized, so that the longest side of the image (be it width or height) is less than 1000px. This is the si