Skip to content

Commit

Permalink
Merge pull request #24 from haydenull/feat/slides
Browse files Browse the repository at this point in the history
feat: add slides mode
  • Loading branch information
haydenull committed Nov 28, 2023
2 parents 2a244d3 + 55f585f commit e45f176
Show file tree
Hide file tree
Showing 19 changed files with 1,026 additions and 507 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,15 @@
## Demo
![demo](./demo.gif)

[slides Demo](https://lusun.com/v/Y8FLjgVpM2A)

## Features

- Create and edit Excalidraw drawings directly in Logseq
- Import Excalidraw libraries for a more comprehensive drawing experience
- Easy-to-use interface for a smooth and efficient workflow
- Customizable font family
- Supports slides mode

## Installation

Expand Down
Binary file modified logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
]
},
"dependencies": {
"@logseq/libs": "^0.0.14",
"@logseq/libs": "^0.0.15",
"@radix-ui/react-alert-dialog": "^1.0.3",
"@radix-ui/react-context-menu": "^2.1.3",
"@radix-ui/react-dialog": "^1.0.3",
Expand All @@ -36,16 +36,16 @@
"cmdk": "^0.2.0",
"dayjs": "^1.11.7",
"jotai": "^2.1.0",
"lodash": "^4.17.21",
"lodash-es": "^4.17.21",
"lucide-react": "^0.180.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-icons": "^4.8.0",
"react-icons": "^4.12.0",
"tailwind-merge": "^1.12.0",
"tailwindcss-animate": "^1.0.5"
},
"devDependencies": {
"@excalidraw/excalidraw": "0.15.2-bb985eb",
"@excalidraw/excalidraw": "0.17.0",
"@haydenull/fabric": "^0.2.4",
"@semantic-release/changelog": "^6.0.1",
"@semantic-release/exec": "^6.0.3",
Expand Down

0 comments on commit e45f176

Please sign in to comment.