Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/antonioalmeida/text-to-story
🖼️ Your text. Any story format.
https://github.com/antonioalmeida/text-to-story
canvas konva react react-konva static story
Last synced: about 1 month ago
JSON representation
🖼️ Your text. Any story format.
- Host: GitHub
- URL: https://github.com/antonioalmeida/text-to-story
- Owner: antonioalmeida
- Created: 2024-08-20T02:48:27.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-12-10T01:32:34.000Z (about 2 months ago)
- Last Synced: 2024-12-16T02:12:16.075Z (about 2 months ago)
- Topics: canvas, konva, react, react-konva, static, story
- Language: TypeScript
- Homepage: https://text-to-story.netlify.app
- Size: 1.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
> [!WARNING]
> The project is under development and is missing core functionality. Pull requests are welcome 😊# text-to-story
Your text. Any story format.
## Roadmap
- [x] Set format from major platforms
- [x] Set font family
- [x] Download images
- [x] Drag text in images
- [x] Change background to image
- [ ] Change background to color
- [ ] Set font color
- [ ] Keep content after refresh on local storage
- [ ] Better text dragging experience
- [ ] Better UI## Development
```shell
# Install dependencies
$ npm install# Run development environment
$ npm run dev
```Open [http://localhost:3000](http://localhost:3000) with your browser to see the result.
## Built With
- [React Konva](https://github.com/konvajs/react-konva)
- Next.js