Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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