Echo JS 0.11.0

<~>

photopea comments

photopea 2436 days ago. link 3 points
Open any Sketch file in Photopea and press File - Export - SVG. All properties of shapes, fills and strokes are preserved. You can include raster layers, text layers, or even rasterize text layers (to avoid worrying about fonts).

Photopea is written completely in Javascript.
photopea 2543 days ago. link 1 point
This one does contain "Date.now()" on the right simplified side.
photopea 2543 days ago. link 1 point
It is very similar to the previous solution :)
photopea 2543 days ago. link 1 point
The task was a program, that always prints a timestamp, but your program prints it "almost always" (when random has not returned a zero). I am not sure if it is a solution, but I like it very much! :)

I wonder if there could be a better solution without randomness.
photopea 2585 days ago. link 1 point
Hi, making it short was not my goal. I wrote it "in my own style" and then just counted the lines.

What obfuscation do you see? There are not many comments, but I think it should be readable.
photopea 2909 days ago. link 1 point
Great demo to introduce people to WebAssembly programming!

I just hope WASM will be implemented in browsers soon.