https://github.com/chunrapeepat/inscribed
a slide-based tool for creating stop motion animations and slides with Excalidraw
https://github.com/chunrapeepat/inscribed
draw excalidraw react tool
Last synced: 6 months ago
JSON representation
a slide-based tool for creating stop motion animations and slides with Excalidraw
- Host: GitHub
- URL: https://github.com/chunrapeepat/inscribed
- Owner: chunrapeepat
- License: mit
- Created: 2025-02-08T06:51:06.000Z (8 months ago)
- Default Branch: master
- Last Pushed: 2025-03-28T16:22:26.000Z (7 months ago)
- Last Synced: 2025-03-31T18:17:34.260Z (7 months ago)
- Topics: draw, excalidraw, react, tool
- Language: TeX
- Homepage: https://inscribed.app
- Size: 4.96 MB
- Stars: 186
- Watchers: 1
- Forks: 10
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Inscribed
A slide-based tool for creating stop motion animations and slides with Excalidraw

๐ฅ [Watch Demo](https://youtu.be/CLJvvGVErMY) | ๐ [Try Inscribed](https://inscribed.app) | [Feedback](https://github.com/chunrapeepat/inscribed/issues)
## Tutorials
- [How to use Google fonts?](./docs/custom-fonts.md)
- [How each export options work?](./docs/export-options.md)## Features
- ๐จ Interactive drawing canvas powered by Excalidraw
- โจ๏ธ Keyboard shortcuts support
- Copy/Paste/Duplicate functionality
- Navigation with Up/Down arrows
- Delete items
- ๐ Customizable document size
- ๐ผ๏ธ Image import and manipulation
- ๐ค Google Fonts integration
- ๐ญ Presentation mode for slideshows
- ๐ค Export presentations as GIF
- ๐พ Export/Import data functionality
- ๐ Embed support via iframe, hosted on Gist## Getting Started
1. Fork the repository
2. Clone your fork: `git clone https://github.com/YOUR_USERNAME/inscribed.git`
3. Create a new branch: `git checkout -b feature/your-feature-name`
4. Install dependencies: `pnpm install`
5. Start the development server: `pnpm dev`## Changelog
- [26/3/2025] [v1.0.6](https://github.com/chunrapeepat/inscribed/pull/12) - raw gist url supported, drag and drop to import, cmd/ctrl + s shortcut for export, minor ux improvements.
- [25/3/2025] [v1.0.5](https://github.com/chunrapeepat/inscribed/pull/10) - fix bugs, minor improvements
- [12/3/2025] [v1.0.4](https://github.com/chunrapeepat/inscribed/pull/9) - preview GIF, import directly from Gist, make share url shorter
- [12/3/2025] [v1.0.3](https://github.com/chunrapeepat/inscribed/pull/8) - swipe down to exit presentation, multi-select preview items, improve pref
- [11/3/2025] v1.0.2-hotfix - support gist with multiple files, shareable url
- [23/2/2025] [v1.0.2](https://github.com/chunrapeepat/inscribed/pull/5) - slide bar ux improvement
- [16/2/2025] [v1.0.1](https://github.com/chunrapeepat/inscribed/pull/1) - ux improvement and indexeddb migration
- [11/2/2025] [v1.0.0](https://www.youtube.com/watch?v=CLJvvGVErMY) - launch an MVP
- shortcuts: copy/paste, up/down/delete
- integrated google fonts
- export: gif, iframe embed
- full-screen presentation mode---
Crafted with ๐งก by [@chunrapeepat](https://chunrapeepat.com)