One nit though, they should add a few sleep() in there so it feels like my old PC. :)
MSPaint in JavaScript
41–50 of 129 posts
Re: MSPaint in JavaScript
#42Ah, this could be used as the missing paint in macOS. Even taking a screenshot and dragging it inside the browser works as expected. Is there an easy wat to turn this into an app that can live locally? Paint is the only thing I miss about Windows.
Re: MSPaint in JavaScript
#43Earlier quoted context omitted.
Specifically for screenshot markup, I recommend using flameshot ( https://flameshot.js.org/#/ ). It allows you to markup the screenshot right as you take it.
Flameshot is sluggish and bloated. If you want the same functionality and more, but fast, try Shutter.
Re: MSPaint in JavaScript
#44I had originally assumed this was some sort of webassembly port of the actual Microsoft Paint source code. But it looks like a completely custom JavaScript app built from the ground up to look and work very similarly to Microsoft Paint. That’s actually super impressive, although not quite the technological feat I had originally assumed. It does make this more dubious from a trademark perspective, the author might wan…
Re: MSPaint in JavaScript
#45up, up, down, down, left, right, left, right, b, a
* Magic being what I'd call a full 90s experience
Re: MSPaint in JavaScript
#46On the other hand-- why do the toolbar buttons only trigger on mouseup? I thought they triggered on mousedown on the original MS Paint.
Re: MSPaint in JavaScript
#47Earlier quoted context omitted.
Are there not image manipulation programs on macOS to your liking?
The advanced once are phenomenal but when I need something very simple Preview or Markup doesn't cut it and the advanced ones are overkill. For example, I want to create a very basic image where I would use other images and screenshots and I would cover something to hide, resize some of the images I use and put a few words of text to indicate something. This is so very easy in MS Paint. The app will open in 0.1s, you…
Re: MSPaint in JavaScript
#48Re: MSPaint in JavaScript
#49Photoshop in JavaScript: https://www.photopea.com/ I use it all the time, amazing it was created by a single person!
Re: MSPaint in JavaScript
#50This is huge. I no longer have any reason to keep my Windows partition!