Added singleline converter

This commit is contained in:
Max W.
2024-08-27 19:00:05 +02:00
parent 3c6202bef4
commit b5554c942d
7 changed files with 76 additions and 1 deletions

View File

@@ -33,4 +33,11 @@ This project is licensed under the MIT License. See the `LICENSE` file for more
- animate.css - A cross-browser library of CSS animations. [animate.css GitHub](https://github.com/animate-css/animate.css)
- NeutralinoJS - The lightweight and portable framework used to build this application. [NeutralinoJS GitHub](https://github.com/neutralinojs/neutralinojs)
- Bootstrap icons - Used for the icons in the application. [Bootstrap icons GitHub](https://github.com/twbs/icons)
- DALL-E3 by OpenAI - Used for generating all visible images/graphics. [DALL-E3 GitHub](https://github.com/openai/DALL-E)
- DALL-E3 by OpenAI - Used for generating all visible images/graphics. [DALL-E3 GitHub](https://github.com/openai/DALL-E)
### Dev notes
Init dev env
1. run `neu update`
2. run `neu build`
3. run `neu run`