TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: Create a Slideshow with Excalidraw

3 pointsby scastielover 4 years ago

1 comment

scastielover 4 years ago
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 :)<p>Note that it is <i>very</i> 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.<p>For now I didn’t want to fork Excalidraw, so I just used the embedded components they provide (<a href="https:&#x2F;&#x2F;github.com&#x2F;excalidraw&#x2F;excalidraw-embed" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;excalidraw&#x2F;excalidraw-embed</a>). 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.<p>What do you think?