Thanks! I write my code in Notepad++, then I merge all files into one file pp.js and minify it with SQZR.js (my owm minifier, performs the same thing as Closure Compiler, but is about 50x faster).
I don't think you can compare your minifier to the Closure Compiler. For one, it doesn't type check or transpile. But I definitely commend the DIY attitude!
You're very talented. Other than photopea, those are some pretty good libs you have in github. Im starring it now and will check it over weekend (Im into image processing and stuff).
Thanks! I write my code in Notepad++, then I merge all files into one file pp.js and minify it with SQZR.js (my owm minifier, performs the same thing as Closure Compiler, but is about 50x faster).
The result is here: https://www.photopea.com/code/pp.js
I don't think you can compare your minifier to the Closure Compiler. For one, it doesn't type check or transpile. But I definitely commend the DIY attitude!
You're admitting to writing this in Notepad++ (on HN to boot) makes me feel obsolete.
I'm the type to constantly look for better tooling/editors/frameworks and get tired of "working" before actually starting the project.
You made this lovely feature-rich photo editor with Notepad++ and what seems Ext.JS and vanilla JS.
You inspired me today. Thank you.
Off topic but why Notepad++?
Why not? It's a great text editor. People code all the time in vim or emacs and nobody complains
I accidentally installed it a long time ago, got used to it and did not feel any need to change until then.
I could use a simpler text editor, but I quite enjoy syntax highlighting, having multiple files open at once, and Find and Replace tool.
You're very talented. Other than photopea, those are some pretty good libs you have in github. Im starring it now and will check it over weekend (Im into image processing and stuff).