This is the contination of the PNG-to-Plain-Ascii repository written back in 2022. The major difference is that this repo is a website with a server and latter is writen with python.
Run the build.bat on the root directory, to compile both the server and the client.
Compiling client:
./build-client
Compiling server:
./build-server
You can see changes on dist and build folders for the client and api respectively.
The client is made with:
- Vite,
- SolidJS,
- TypeScript
The server and api is made with C# and SixLabors' ImageSharp.
npm run dev --prefix client
Opens http://localhost:5173 to view it in the browser.
Orginal Image | Ascii Text File |
---|---|
![]() |
![]() |
Learn more about deploying your application with the documentations.