3 comments

  • CraigJPerry 5 minutes ago
    Those bounding box demos are decent.

    By quirk of fate i've spent the past 2 days prototyping some stuff on pdfjs. Just trying to figure out a game plan for handling bounding boxes in the face of page zooming, different resolutions etc. etc. I can't see it mentioned whether the components are virtualising pages (as in reusing dom elements as document pages scroll by). I guess i just learned what i'll be exploring tomorrow then...

  • spankalee 59 minutes ago
    These should really be web components. Leaving out every framework other than React is really bad for the web.
  • warthog 52 minutes ago
    really like these - curious how the xlsx editor and viewer is built in that what kind of headless spreadsheet?

    could not have been easy

    • andrewlu0 44 minutes ago
      Hi! I'm one of the engineers at Extend that worked on this - one of our other engineers created a Rust XLSX/XLS parser that we ported to WASM to our @extend-ai/react-xlsx package which handles the rendering/charts. It exposes some hooks so users can use their own components for the toolbar
      • drivingmenuts 10 minutes ago
        How much was actual engineering and how much was telling an AI what to do?