npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

excalidraw-animate

v0.7.2

Published

<table><tr><td> <img alt="excalidraw-animate" src="https://user-images.githubusercontent.com/490574/83698750-332ca080-a63d-11ea-9845-d2442e9b4305.gif" width="50%" /> </td></tr></table>

Readme

excalidraw-animate

What is this

This is an external tool to convert an Excalidraw drawing into animation.

How to use it

Visit: https://dai-shi.github.io/excalidraw-animate

There are three ways to load content:

Load File

Load a single Excalidraw drawing (.excalidraw or .json file).

  1. Save your drawing as a file in Excalidraw
  2. Click Load File and select the file

Load Library

Load an Excalidraw library file (.excalidrawlib) containing multiple items. Each library item will be animated separately.

  1. Export a library from Excalidraw
  2. Click Load Library and select the .excalidrawlib file

Enter link + Animate!

Paste a URL into the text field and click Animate!

Supported formats:

  • Excalidraw shareable link: https://excalidraw.com/#json=xxxxx,yyyyy
  • Direct link to a library file: https://example.com/file.excalidrawlib

Tips

Elements without Animation Order

Elements without an explicit animation order are treated as Order=0 and animate in their creation order.

Grouped elements

When you group elements with different Order/Duration values, the input field shows empty with a "Mixed" placeholder. If you leave it empty, the original values are preserved. If you enter a new value, it applies to all selected elements.

  • Individual elements: 500ms default duration each
  • Grouped elements: 5 seconds total, divided among group members
  • You can override this by setting a custom Duration

Edit mode and Animate mode maintain separate data

To keep the ability to edit later, export from Edit mode with "Embed scene" enabled, then load the file in Edit mode.

Note: Files loaded in Animate mode are only available in Animate. Switching to Edit mode shows your previous Edit data, not the imported file. Also, SVG files exported from Animate mode can be loaded back into Animate, but cannot be edited in Edit mode (the exported SVG does not contain the original scene data).

Known issues

  • Exporting WebM feature is not perfect. Please use screen capture if that doesn't work as expected.

Package

It's also provided as a package: https://www.npmjs.com/package/excalidraw-animate

Tweets

Other projects with Excalidraw