dirkc 5 days ago

Nice, took me a while to realize I could edit the text. Images doesn't seem to be implemented atm.

Looking at the source it seems like this uses wasm, what did you use to build it?

  • rendaw 4 days ago

    Thanks so much for looking! I thought this was totally going to the void.

    Yeah, images aren't implemented atm, but I don't think it would be totally hard (although I'm not sure if it'd show the image or just highlight the text).

    It's rust using web-sys and wasm-bindgen, cargo. Aside from wasm-bindgen I'm not using any packers or other special tooling.