Skip to content

mbarto/slidev-addon-excalidraw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

slidev-addon-excalidraw

show excalidraw in slidev

example

---
layout: center
---
<div class="flex flex-col items-center">

# slidev-addon-excalidraw

<Excalidraw
  drawFilePath="./example.excalidraw.json"
  class="w-[600px]"
  :darkMode="false"
  :background="false"
/>

</div>

Installation

pnpm add slidev-addon-excalidraw

Usage

  • Define this addon in frontmatter
addons:
    - slidev-addon-excalidraw
  • or in package.json
 "slidev": {
    "addons": [
      "slidev-addon-excalidraw"
    ]
  },

Components

Excalidraw

Note

excalidraw file must be in public, and drawFilePath must be relative to your Public Base Path.

<Excalidraw
  drawFilePath="./example.excalidraw.json"
  class="w-[600px]"
  :darkMode="false"
  :background="false"
/>

Options

Name Type Default Description
drawFilePath string undefined The path to the excalidraw json file. It must be relative to your Public Base Path.
darkMode boolean false Whether to use dark mode.
background boolean false Whether to show the background.

About

show excalidraw in slidev

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Vue 100.0%