Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shajidhasan/cowsay-svelte
A cowsay GUI built with Svelte, TailwindCSS and HTML Canvas
https://github.com/shajidhasan/cowsay-svelte
canvas cowsay svelte sveltejs
Last synced: 2 days ago
JSON representation
A cowsay GUI built with Svelte, TailwindCSS and HTML Canvas
- Host: GitHub
- URL: https://github.com/shajidhasan/cowsay-svelte
- Owner: shajidhasan
- Created: 2022-02-15T18:54:21.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-02-19T14:33:27.000Z (over 2 years ago)
- Last Synced: 2024-08-01T20:52:20.714Z (3 months ago)
- Topics: canvas, cowsay, svelte, sveltejs
- Language: Svelte
- Homepage: https://cowsay-svelte.vercel.app
- Size: 154 KB
- Stars: 72
- Watchers: 2
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome - shajidhasan/cowsay-svelte - A cowsay GUI built with Svelte, TailwindCSS and HTML Canvas (Svelte)
README
# cowsay-svelte
![Cow says hello](./public/cowsayshello.png)
This is a GUI for the famous `cowsay` program loved by many programmers. Here's the [Wikipedia page](https://en.wikipedia.org/wiki/Cowsay) if you want to know more about cowsay. This website lets you generate these cowsay images in different color schemes.
I created this website just to get my mind off some other big projects. Also to be able to create these cowsay images myself to send to my friends.
## Todo
I made this small project over two years ago. TypeScript has evolved since then. So this project has a bunch of type issues I haven't gotten around to fix yet.
Also, the components aren't laid out as well as I would like.