Skip to content

Blockitifluy/Ascii-Maker-App

Repository files navigation

Ascii Maker App

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.

How to Build

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.

Client

The client is made with:

  • Vite,
  • SolidJS,
  • TypeScript

Server

The server and api is made with C# and SixLabors' ImageSharp.

Running the App in Developement Mode

npm run dev --prefix client

Opens http://localhost:5173 to view it in the browser.

Example

Orginal Image Ascii Text File
cat cat result

Deployment

Learn more about deploying your application with the documentations.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published