back
1 comments
Hi! I spent a few hours working on this small fun project. I thought it might be cool to be able to use Excalidraw (which I love) to create minimalistic slides. Here is the result :)

Note that it is very basic for now, and I know there are a lot of features that should be implemented: display a preview in slides list, export to PNG or even PDF, handle better the zoom and elements position, etc.

For now I didn’t want to fork Excalidraw, so I just used the embedded components they provide (https://github.com/excalidraw/excalidraw-embed). This has some limitations, so I had to use a few tricks to make it work (such as hiding some elements by CSS…). There is probably a better way to achieve this.

What do you think?