slidev-addon-excalidraw
Version:
show excalidraw in slidev
36 lines • 912 B
JSON
{
"name": "slidev-addon-excalidraw",
"version": "1.0.4",
"description": "show excalidraw in slidev",
"type": "module",
"scripts": {
"dev": "slidev example.md",
"build": "slidev build example.md",
"export": "slidev export example.md",
"screenshot": "slidev export example.md --format png"
},
"author": "haydenull",
"license": "ISC",
"devDependencies": {
"@slidev/cli": "^0.49.11",
"@slidev/theme-default": "^0.25.0",
"playwright-chromium": "^1.44.1"
},
"keywords": [
"slidev",
"slidev-addon",
"excalidraw"
],
"files": [
"components",
"vite.config.ts"
],
"repository": {
"type": "git",
"url": "git+https://github.com/haydenull/slidev-addon-excalidraw.git"
},
"bugs": {
"url": "https://github.com/haydenull/slidev-addon-excalidraw/issues"
},
"homepage": "https://github.com/haydenull/slidev-addon-excalidraw#readme"
}