A Web App for printing to Phomemo printers.
- M02 (only one i own)
Needed Features:
- Clone the repository
- Install dependencies with
npm install
- Start the development server with
npm run dev
- Follow the instructions in your console to open the app in your browser.
name | details |
---|---|
Vue.js | Web framework for building user interfaces |
Vite | Next Generation Frontend Tooling |
Tailwind CSS | Utility-first CSS framework for rapid UI development |
Shadcn/ui | A set of components built with Tailwind CSS and Radix UI |
TypeScript | A typed superset of JavaScript that compiles to plain JavaScript |
Pinia | State management library for Vue.js applications |
Comlink | A library for creating simple, fast, and efficient web workers (Image parsing code runs of main thread) |
This project is licensed under the MIT License - see the LICENSE file for details.
The Printer driver is based on theacodes python implementation.