create-excalidraw-svg

A little tool that helps you easily add editable diagrams to your documentation/README files with Excalidraw.

How to use

  1. Drag the following SVG image into the directory where you wanted to store your diagram files. You should see an SVG file created:

    default

    Alternatively, run npm init excalidraw-svg path/to/diagram.svg in your Terminal.

  2. Open Excalidraw and drag the SVG file into the canvas. You can now edit the diagram and press Cmd+S to save it in-place.